Skip to content

Commit d3500a5

Browse files
🎨 style(package.json): Run fixpack.
1 parent dfee2c2 commit d3500a5

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
@@ -34,20 +34,23 @@
3434
"@aureooms/js-itertools": "^3.4.0",
3535
"@aureooms/js-random": "^2.0.0",
3636
"@aureooms/js-sort": "^7.0.0",
37-
"ava": "^3.8.1",
38-
"coveralls": "^3.1.0",
39-
"esdoc": "^1.1.0",
40-
"nyc": "^15.0.1",
4137
"@babel/cli": "7.8.4",
4238
"@babel/core": "7.9.0",
4339
"@babel/polyfill": "7.8.7",
4440
"@babel/preset-env": "7.9.5",
4541
"@babel/register": "7.9.0",
42+
"ava": "^3.8.1",
43+
"coveralls": "^3.1.0",
44+
"esdoc": "^1.1.0",
4645
"esdoc-inject-script-plugin": "1.0.0",
4746
"esdoc-inject-style-plugin": "1.0.0",
4847
"esdoc-standard-plugin": "1.0.0",
49-
"np": "6.2.2"
48+
"np": "6.2.2",
49+
"nyc": "^15.0.1"
5050
},
51+
"files": [
52+
"lib"
53+
],
5154
"homepage": "https://aureooms.github.io/js-permutation",
5255
"keywords": [
5356
"algorithm",
@@ -65,12 +68,9 @@
6568
"scripts": {
6669
"build": "rm -rf lib && babel src -d lib",
6770
"cover": "nyc --reporter=lcov npm test",
68-
"test": "ava",
6971
"esdoc": "esdoc",
7072
"prepare": "npm run build",
71-
"release": "np"
72-
},
73-
"files": [
74-
"lib"
75-
]
73+
"release": "np",
74+
"test": "ava"
75+
}
7676
}

0 commit comments

Comments
 (0)