Skip to content

Commit fe2b641

Browse files
🎨 style(package.json): Run fixpack.
1 parent f627024 commit fe2b641

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
@@ -31,20 +31,23 @@
3131
},
3232
"devDependencies": {
3333
"@aureooms/js-itertools": "3.4.0",
34-
"ava": "3.8.1",
35-
"coveralls": "3.1.0",
36-
"esdoc": "1.1.0",
37-
"nyc": "15.0.1",
3834
"@babel/cli": "7.8.4",
3935
"@babel/core": "7.9.0",
4036
"@babel/polyfill": "7.8.7",
4137
"@babel/preset-env": "7.9.5",
4238
"@babel/register": "7.9.0",
39+
"ava": "3.8.1",
40+
"coveralls": "3.1.0",
41+
"esdoc": "1.1.0",
4342
"esdoc-inject-script-plugin": "1.0.0",
4443
"esdoc-inject-style-plugin": "1.0.0",
4544
"esdoc-standard-plugin": "1.0.0",
46-
"np": "6.2.3"
45+
"np": "6.2.3",
46+
"nyc": "15.0.1"
4747
},
48+
"files": [
49+
"lib"
50+
],
4851
"homepage": "https://aureooms.github.io/js-collections-deque",
4952
"keywords": [
5053
"collection",
@@ -62,12 +65,9 @@
6265
"scripts": {
6366
"build": "rm -rf lib && babel src -d lib",
6467
"cover": "nyc --reporter=lcov npm test",
65-
"test": "ava",
6668
"esdoc": "esdoc",
6769
"prepare": "npm run build",
68-
"release": "np"
69-
},
70-
"files": [
71-
"lib"
72-
]
70+
"release": "np",
71+
"test": "ava"
72+
}
7373
}

0 commit comments

Comments
 (0)