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

Commit 71b4a8d

Browse files
committed
change line endings
1 parent 697cd72 commit 71b4a8d

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
{
2-
"name": "vue-filter-number-format",
3-
"description": "Vue.js filter for formatting numbers",
4-
"version": "2.0.0",
5-
"author": "dmackca <contact@dmack.ca>",
6-
"homepage": "https://github.com/dmackca/vue-filter-number-format#readme",
7-
"license": "MIT",
8-
"main": "dist/vue-filter-number-format.min.js",
9-
"module": "dist/vue-filter-number-format.esm.min.js",
10-
"files": [
11-
"dist/"
12-
],
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/dmackca/vue-filter-number-format"
16-
},
17-
"scripts": {
18-
"build": "bili --input src/vue-filter-number-format.js --format esm-min --format cjs-min",
19-
"lint": "eslint ./src",
20-
"test": "jest"
21-
},
22-
"dependencies": {},
23-
"browserslist": [
24-
"> 1%",
25-
"last 2 versions",
26-
"not ie <= 8"
27-
],
28-
"devDependencies": {
29-
"bili": "^4.9.0",
30-
"eslint": "^6.2.1",
31-
"eslint-config-airbnb-base": "^14.0.0",
32-
"eslint-config-foundryspatial": "2.1.2",
33-
"eslint-plugin-import": "^2.18.2",
34-
"jest": "^25.3.0",
35-
"numeral": "^2.0.6"
36-
},
37-
"peerDependencies": {
38-
"numeral": "^2.0.0"
39-
}
40-
}
1+
{
2+
"name": "vue-filter-number-format",
3+
"description": "Vue.js filter for formatting numbers",
4+
"version": "2.0.0",
5+
"author": "dmackca <contact@dmack.ca>",
6+
"homepage": "https://github.com/dmackca/vue-filter-number-format#readme",
7+
"license": "MIT",
8+
"main": "dist/vue-filter-number-format.min.js",
9+
"module": "dist/vue-filter-number-format.esm.min.js",
10+
"files": [
11+
"dist/"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/dmackca/vue-filter-number-format"
16+
},
17+
"scripts": {
18+
"build": "bili --input src/vue-filter-number-format.js --format esm-min --format cjs-min",
19+
"lint": "eslint ./src",
20+
"test": "jest"
21+
},
22+
"dependencies": {},
23+
"browserslist": [
24+
"> 1%",
25+
"last 2 versions",
26+
"not ie <= 8"
27+
],
28+
"devDependencies": {
29+
"bili": "^4.9.0",
30+
"eslint": "^6.2.1",
31+
"eslint-config-airbnb-base": "^14.0.0",
32+
"eslint-config-foundryspatial": "2.1.2",
33+
"eslint-plugin-import": "^2.18.2",
34+
"jest": "^25.3.0",
35+
"numeral": "^2.0.6"
36+
},
37+
"peerDependencies": {
38+
"numeral": "^2.0.0"
39+
}
40+
}

0 commit comments

Comments
 (0)