Skip to content

Commit 9565e8e

Browse files
🎨 style(package.json): Run fixpack.
1 parent f457904 commit 9565e8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@
9292
"@babel/preset-env": "7.12.7",
9393
"@babel/register": "7.12.1",
9494
"ava": "3.13.0",
95+
"babel-plugin-transform-remove-console": "6.9.4",
96+
"babel-plugin-unassert": "3.0.1",
97+
"babel-preset-power-assert": "3.0.0",
9598
"coveralls": "3.1.0",
9699
"esdoc": "1.1.0",
97100
"esdoc-inject-script-plugin": "1.0.0",
98101
"esdoc-inject-style-plugin": "1.0.0",
99102
"esdoc-standard-plugin": "1.0.0",
100103
"np": "7.0.0",
101104
"nyc": "15.1.0",
102-
"babel-plugin-transform-remove-console": "6.9.4",
103-
"babel-plugin-unassert": "3.0.1",
104-
"babel-preset-power-assert": "3.0.0",
105105
"power-assert": "1.6.1",
106106
"regenerator-runtime": "0.13.7"
107107
},
@@ -156,12 +156,12 @@
156156
"scripts": {
157157
"build": "babel --delete-dir-on-start --env-name production src -d lib",
158158
"cover": "nyc --reporter=lcov npm test",
159+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
159160
"esdoc": "esdoc",
161+
"lint": "true",
160162
"prepare": "npm run build",
161163
"release": "np",
162164
"test": "ava",
163-
"lint": "true",
164-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
165165
"travis": "npm run lint && npm run cover"
166166
},
167167
"sideEffects": false

0 commit comments

Comments
 (0)