Skip to content

Commit c289de1

Browse files
🎨 style(package.json): Run fixpack.
1 parent 26e155c commit c289de1

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
@@ -85,16 +85,16 @@
8585
"@babel/preset-env": "7.12.7",
8686
"@babel/register": "7.12.1",
8787
"ava": "3.13.0",
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": "7.0.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
},
@@ -118,12 +118,12 @@
118118
"scripts": {
119119
"build": "babel --delete-dir-on-start --env-name production src -d lib",
120120
"cover": "nyc --reporter=lcov npm test",
121+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
121122
"esdoc": "esdoc",
123+
"lint": "true",
122124
"prepare": "npm run build",
123125
"release": "np",
124126
"test": "ava",
125-
"lint": "true",
126-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
127127
"travis": "npm run lint && npm run cover"
128128
},
129129
"sideEffects": false

0 commit comments

Comments
 (0)