Skip to content

Commit 1b4b7b2

Browse files
🎨 style(package.json): Run fixpack.
1 parent 1c54b84 commit 1b4b7b2

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
@@ -85,16 +85,16 @@
8585
"@babel/preset-env": "7.11.5",
8686
"@babel/register": "7.11.5",
8787
"ava": "3.12.1",
88+
"babel-plugin-transform-remove-console": "6.9.4",
89+
"babel-plugin-unassert": "3.0.1",
90+
"babel-preset-power-assert": "3.0.0",
8891
"coveralls": "3.1.0",
8992
"esdoc": "1.1.0",
9093
"esdoc-inject-script-plugin": "1.0.0",
9194
"esdoc-inject-style-plugin": "1.0.0",
9295
"esdoc-standard-plugin": "1.0.0",
9396
"np": "6.5.0",
9497
"nyc": "15.1.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",
9898
"power-assert": "1.6.1",
9999
"regenerator-runtime": "0.13.7"
100100
},
@@ -122,12 +122,12 @@
122122
"scripts": {
123123
"build": "babel --delete-dir-on-start --env-name production src -d lib",
124124
"cover": "nyc --reporter=lcov npm test",
125+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
125126
"esdoc": "esdoc",
127+
"lint": "true",
126128
"prepare": "npm run build",
127129
"release": "np",
128130
"test": "ava",
129-
"lint": "true",
130-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
131131
"travis": "npm run lint && npm run cover"
132132
},
133133
"sideEffects": false

0 commit comments

Comments
 (0)