Skip to content

Commit 8b20b8d

Browse files
🎨 style(package.json): Run fixpack.
1 parent 53f77e6 commit 8b20b8d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,23 @@
3737
"@aureooms/js-operator": "^1.0.2",
3838
"@aureooms/js-random": "^2.0.0",
3939
"@aureooms/js-string": "^0.2.0",
40-
"ava": "^3.7.1",
41-
"coveralls": "^3.0.14",
42-
"esdoc": "^1.1.0",
43-
"nyc": "^15.0.1",
4440
"@babel/cli": "7.8.4",
4541
"@babel/core": "7.9.0",
4642
"@babel/polyfill": "7.8.7",
4743
"@babel/preset-env": "7.9.5",
4844
"@babel/register": "7.9.0",
45+
"ava": "^3.7.1",
46+
"coveralls": "^3.0.14",
47+
"esdoc": "^1.1.0",
4948
"esdoc-inject-script-plugin": "1.0.0",
5049
"esdoc-inject-style-plugin": "1.0.0",
5150
"esdoc-standard-plugin": "1.0.0",
52-
"np": "6.2.2"
51+
"np": "6.2.2",
52+
"nyc": "^15.0.1"
5353
},
54+
"files": [
55+
"lib"
56+
],
5457
"homepage": "https://aureooms.github.io/js-integer",
5558
"keywords": [
5659
"algorithm",
@@ -74,12 +77,9 @@
7477
"scripts": {
7578
"build": "rm -rf lib && babel src -d lib",
7679
"cover": "nyc --reporter=lcov npm test",
77-
"test": "ava",
7880
"esdoc": "esdoc",
7981
"prepare": "npm run build",
80-
"release": "np"
81-
},
82-
"files": [
83-
"lib"
84-
]
82+
"release": "np",
83+
"test": "ava"
84+
}
8585
}

0 commit comments

Comments
 (0)