Skip to content

Commit 2a7b482

Browse files
🎨 style(package.json): Run fixpack.
1 parent c00a917 commit 2a7b482

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@
8787
"@babel/preset-env": "7.12.1",
8888
"@babel/register": "7.12.1",
8989
"ava": "3.13.0",
90+
"babel-plugin-transform-remove-console": "6.9.4",
91+
"babel-plugin-unassert": "3.0.1",
92+
"babel-preset-power-assert": "3.0.0",
9093
"coveralls": "3.1.0",
9194
"esdoc": "1.1.0",
9295
"esdoc-inject-script-plugin": "1.0.0",
9396
"esdoc-inject-style-plugin": "1.0.0",
9497
"esdoc-standard-plugin": "1.0.0",
9598
"np": "7.0.0",
9699
"nyc": "15.1.0",
97-
"babel-plugin-transform-remove-console": "6.9.4",
98-
"babel-plugin-unassert": "3.0.1",
99-
"babel-preset-power-assert": "3.0.0",
100100
"power-assert": "1.6.1",
101101
"regenerator-runtime": "0.13.7"
102102
},
@@ -119,12 +119,12 @@
119119
"scripts": {
120120
"build": "babel --delete-dir-on-start --env-name production src -d lib",
121121
"cover": "nyc --reporter=lcov npm test",
122+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
122123
"esdoc": "esdoc",
124+
"lint": "true",
123125
"prepare": "npm run build",
124126
"release": "np",
125127
"test": "ava",
126-
"lint": "true",
127-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
128128
"travis": "npm run lint && npm run cover"
129129
},
130130
"sideEffects": false

0 commit comments

Comments
 (0)