Skip to content

Commit 7b868ae

Browse files
🎨 style(package.json): Run fixpack.
1 parent 444ee16 commit 7b868ae

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
@@ -29,20 +29,23 @@
2929
"dependencies": {},
3030
"devDependencies": {
3131
"@aureooms/js-itertools": "3.4.0",
32-
"ava": "3.8.1",
33-
"coveralls": "3.1.0",
34-
"esdoc": "1.1.0",
35-
"nyc": "15.0.1",
3632
"@babel/cli": "7.8.4",
3733
"@babel/core": "7.9.0",
3834
"@babel/polyfill": "7.8.7",
3935
"@babel/preset-env": "7.9.5",
4036
"@babel/register": "7.9.0",
37+
"ava": "3.8.1",
38+
"coveralls": "3.1.0",
39+
"esdoc": "1.1.0",
4140
"esdoc-inject-script-plugin": "1.0.0",
4241
"esdoc-inject-style-plugin": "1.0.0",
4342
"esdoc-standard-plugin": "1.0.0",
44-
"np": "6.2.3"
43+
"np": "6.2.3",
44+
"nyc": "15.0.1"
4545
},
46+
"files": [
47+
"lib"
48+
],
4649
"homepage": "https://aureooms.github.io/js-mapping",
4750
"keywords": [
4851
"javascript",
@@ -58,12 +61,9 @@
5861
"scripts": {
5962
"build": "rm -rf lib && babel src -d lib",
6063
"cover": "nyc --reporter=lcov npm test",
61-
"test": "ava",
6264
"esdoc": "esdoc",
6365
"prepare": "npm run build",
64-
"release": "np"
65-
},
66-
"files": [
67-
"lib"
68-
]
66+
"release": "np",
67+
"test": "ava"
68+
}
6969
}

0 commit comments

Comments
 (0)