Skip to content

Commit 7bc5dd3

Browse files
🎨 style(package.json): Run fixpack.
1 parent deb89c8 commit 7bc5dd3

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
@@ -32,20 +32,23 @@
3232
"@aureooms/js-itertools": "^3.4.0"
3333
},
3434
"devDependencies": {
35-
"ava": "3.7.1",
36-
"coveralls": "3.0.14",
37-
"esdoc": "1.1.0",
38-
"nyc": "15.0.1",
3935
"@babel/cli": "7.8.4",
4036
"@babel/core": "7.9.0",
4137
"@babel/polyfill": "7.8.7",
4238
"@babel/preset-env": "7.9.5",
4339
"@babel/register": "7.9.0",
40+
"ava": "3.7.1",
41+
"coveralls": "3.0.14",
42+
"esdoc": "1.1.0",
4443
"esdoc-inject-script-plugin": "1.0.0",
4544
"esdoc-inject-style-plugin": "1.0.0",
4645
"esdoc-standard-plugin": "1.0.0",
47-
"np": "6.2.2"
46+
"np": "6.2.2",
47+
"nyc": "15.0.1"
4848
},
49+
"files": [
50+
"lib"
51+
],
4952
"homepage": "https://aureooms.github.io/js-heapq",
5053
"keywords": [
5154
"heap",
@@ -64,12 +67,9 @@
6467
"scripts": {
6568
"build": "rm -rf lib && babel src -d lib",
6669
"cover": "nyc --reporter=lcov npm test",
67-
"test": "ava",
6870
"esdoc": "esdoc",
6971
"prepare": "npm run build",
70-
"release": "np"
71-
},
72-
"files": [
73-
"lib"
74-
]
72+
"release": "np",
73+
"test": "ava"
74+
}
7575
}

0 commit comments

Comments
 (0)