Skip to content

Commit fcd5b3a

Browse files
🎨 style(package.json): Run fixpack.
1 parent bfdbb88 commit fcd5b3a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,23 @@
4242
"@aureooms/js-functools": "2.0.3",
4343
"@aureooms/js-itertools": "3.4.0",
4444
"@aureooms/js-number": "3.1.0",
45-
"ava": "3.8.1",
46-
"coveralls": "3.1.0",
47-
"esdoc": "1.1.0",
48-
"nyc": "15.0.1",
4945
"@babel/cli": "7.8.4",
5046
"@babel/core": "7.9.0",
5147
"@babel/polyfill": "7.8.7",
5248
"@babel/preset-env": "7.9.5",
5349
"@babel/register": "7.9.0",
50+
"ava": "3.8.1",
51+
"coveralls": "3.1.0",
52+
"esdoc": "1.1.0",
5453
"esdoc-inject-script-plugin": "1.0.0",
5554
"esdoc-inject-style-plugin": "1.0.0",
5655
"esdoc-standard-plugin": "1.0.0",
57-
"np": "6.2.3"
56+
"np": "6.2.3",
57+
"nyc": "15.0.1"
5858
},
59+
"files": [
60+
"lib"
61+
],
5962
"homepage": "http://aureooms.github.io/js-collections/",
6063
"keywords": [
6164
"collection",
@@ -81,12 +84,9 @@
8184
"scripts": {
8285
"build": "rm -rf lib && babel src -d lib",
8386
"cover": "nyc --reporter=lcov npm test",
84-
"test": "ava",
8587
"esdoc": "esdoc",
8688
"prepare": "npm run build",
87-
"release": "np"
88-
},
89-
"files": [
90-
"lib"
91-
]
89+
"release": "np",
90+
"test": "ava"
91+
}
9292
}

0 commit comments

Comments
 (0)