Skip to content

Commit 67ec5ec

Browse files
🎨 style(package.json): Run fixpack.
1 parent 1293c17 commit 67ec5ec

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
@@ -38,20 +38,23 @@
3838
"@aureooms/js-number": "3.1.0",
3939
"@aureooms/js-operator": "1.0.2",
4040
"@aureooms/js-sort": "7.0.0",
41-
"ava": "3.8.1",
42-
"coveralls": "3.1.0",
43-
"esdoc": "1.1.0",
44-
"nyc": "15.0.1",
4541
"@babel/cli": "7.8.4",
4642
"@babel/core": "7.9.0",
4743
"@babel/polyfill": "7.8.7",
4844
"@babel/preset-env": "7.9.5",
4945
"@babel/register": "7.9.0",
46+
"ava": "3.8.1",
47+
"coveralls": "3.1.0",
48+
"esdoc": "1.1.0",
5049
"esdoc-inject-script-plugin": "1.0.0",
5150
"esdoc-inject-style-plugin": "1.0.0",
5251
"esdoc-standard-plugin": "1.0.0",
53-
"np": "6.2.3"
52+
"np": "6.2.3",
53+
"nyc": "15.0.1"
5454
},
55+
"files": [
56+
"lib"
57+
],
5558
"homepage": "http://aureooms.github.io/js-collections-defaultdict/",
5659
"keywords": [
5760
"bisect",
@@ -76,12 +79,9 @@
7679
"scripts": {
7780
"build": "rm -rf lib && babel src -d lib",
7881
"cover": "nyc --reporter=lcov npm test",
79-
"test": "ava",
8082
"esdoc": "esdoc",
8183
"prepare": "npm run build",
82-
"release": "np"
83-
},
84-
"files": [
85-
"lib"
86-
]
84+
"release": "np",
85+
"test": "ava"
86+
}
8787
}

0 commit comments

Comments
 (0)