Skip to content

Commit 0090dec

Browse files
🎨 style(package.json): Run fixpack.
1 parent 8934b20 commit 0090dec

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
},
3333
"devDependencies": {
3434
"@aureooms/js-itertools": "^3.4.0",
35-
"ava": "^3.8.1",
36-
"coveralls": "^3.1.0",
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.8.1",
41+
"coveralls": "^3.1.0",
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.3"
46+
"np": "6.2.3",
47+
"nyc": "^15.0.1"
4848
},
49+
"files": [
50+
"lib"
51+
],
4952
"homepage": "http://aureooms.github.io/js-collections-namedtuple/",
5053
"keywords": [
5154
"collection",
@@ -63,12 +66,9 @@
6366
"scripts": {
6467
"build": "rm -rf lib && babel src -d lib",
6568
"cover": "nyc --reporter=lcov npm test",
66-
"test": "ava",
6769
"esdoc": "esdoc",
6870
"prepare": "npm run build",
69-
"release": "np"
70-
},
71-
"files": [
72-
"lib"
73-
]
71+
"release": "np",
72+
"test": "ava"
73+
}
7474
}

0 commit comments

Comments
 (0)