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

Commit b0ebf28

Browse files
committed
Merge tag 'v1.0.3'
2 parents f4ccafe + 4558007 commit b0ebf28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vue-filter-number-format",
33
"description": "Vue.js filter for formatting numbers",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
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)