Skip to content

Commit b237376

Browse files
🎨 style(package.json): Run fixpack.
1 parent d4ea543 commit b237376

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
@@ -35,20 +35,23 @@
3535
"devDependencies": {
3636
"@aureooms/js-compare": "^1.4.5",
3737
"@aureooms/js-itertools": "^3.4.0",
38-
"ava": "^3.8.1",
39-
"coveralls": "^3.1.0",
40-
"esdoc": "^1.1.0",
41-
"nyc": "^15.0.1",
4238
"@babel/cli": "7.8.4",
4339
"@babel/core": "7.9.0",
4440
"@babel/polyfill": "7.8.7",
4541
"@babel/preset-env": "7.9.5",
4642
"@babel/register": "7.9.0",
43+
"ava": "^3.8.1",
44+
"coveralls": "^3.1.0",
45+
"esdoc": "^1.1.0",
4746
"esdoc-inject-script-plugin": "1.0.0",
4847
"esdoc-inject-style-plugin": "1.0.0",
4948
"esdoc-standard-plugin": "1.0.0",
50-
"np": "6.2.3"
49+
"np": "6.2.3",
50+
"nyc": "^15.0.1"
5151
},
52+
"files": [
53+
"lib"
54+
],
5255
"homepage": "http://aureooms.github.io/js-collections-ordereddict/",
5356
"keywords": [
5457
"bisect",
@@ -73,12 +76,9 @@
7376
"scripts": {
7477
"build": "rm -rf lib && babel src -d lib",
7578
"cover": "nyc --reporter=lcov npm test",
76-
"test": "ava",
7779
"esdoc": "esdoc",
7880
"prepare": "npm run build",
79-
"release": "np"
80-
},
81-
"files": [
82-
"lib"
83-
]
81+
"release": "np",
82+
"test": "ava"
83+
}
8484
}

0 commit comments

Comments
 (0)