Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 4bba02d

Browse files
committed
fix busted package.json, hopefully
1 parent 4147c83 commit 4bba02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "dmackca <contact@dmack.ca>",
66
"homepage": "https://github.com/dmackca/vue-filter-number-format#readme",
77
"license": "MIT",
8-
"main": "./dist/vue-filter-number-format.js",
8+
"main": "dist/vue-filter-number-format.js",
99
"files": [
10-
"./dist/"
10+
"dist/"
1111
],
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)