Skip to content

Commit 2376b94

Browse files
🎨 style(package.json): Run fixpack.
1 parent ab07255 commit 2376b94

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
@@ -80,23 +80,26 @@
8080
"devDependencies": {
8181
"@aureooms/js-itertools": "^4.1.0",
8282
"@aureooms/js-random": "^2.0.0",
83-
"ava": "^3.14.0",
84-
"coveralls": "^3.1.0",
85-
"esdoc": "^1.1.0",
86-
"nyc": "^15.1.0",
8783
"@babel/cli": "7.12.8",
8884
"@babel/core": "7.12.9",
8985
"@babel/preset-env": "7.12.7",
9086
"@babel/register": "7.12.1",
87+
"ava": "^3.14.0",
9188
"babel-plugin-transform-remove-console": "6.9.4",
9289
"babel-plugin-unassert": "3.0.1",
9390
"babel-preset-power-assert": "3.0.0",
91+
"coveralls": "^3.1.0",
92+
"esdoc": "^1.1.0",
9493
"esdoc-inject-script-plugin": "1.0.0",
9594
"esdoc-inject-style-plugin": "1.0.0",
9695
"esdoc-standard-plugin": "1.0.0",
9796
"np": "7.0.0",
97+
"nyc": "^15.1.0",
9898
"power-assert": "1.6.1"
9999
},
100+
"files": [
101+
"lib"
102+
],
100103
"homepage": "http://aureooms.github.io/js-uint32/",
101104
"keywords": [
102105
"32",
@@ -116,16 +119,13 @@
116119
"scripts": {
117120
"build": "babel src -d lib",
118121
"cover": "nyc --reporter=lcov npm test",
119-
"test": "ava",
122+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
120123
"esdoc": "esdoc",
121124
"lint": "true",
122125
"prepare": "npm run build",
123-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
124-
"travis": "npm run lint && npm run cover",
125-
"release": "np"
126+
"release": "np",
127+
"test": "ava",
128+
"travis": "npm run lint && npm run cover"
126129
},
127-
"files": [
128-
"lib"
129-
],
130130
"sideEffects": false
131131
}

0 commit comments

Comments
 (0)