Skip to content

Commit 64b0630

Browse files
🎨 style(package.json): Run fixpack.
1 parent 826d278 commit 64b0630

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
@@ -84,6 +84,9 @@
8484
"@babel/preset-env": "7.12.11",
8585
"@babel/register": "7.12.10",
8686
"ava": "3.15.0",
87+
"babel-plugin-transform-remove-console": "6.9.4",
88+
"babel-plugin-unassert": "3.0.1",
89+
"babel-preset-power-assert": "3.0.0",
8790
"chalk": "^4.1.0",
8891
"coveralls": "3.1.0",
8992
"esdoc": "1.1.0",
@@ -92,9 +95,6 @@
9295
"esdoc-standard-plugin": "1.0.0",
9396
"np": "7.2.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
},
@@ -117,12 +117,12 @@
117117
"scripts": {
118118
"build": "babel --delete-dir-on-start --env-name production src -d lib",
119119
"cover": "nyc --reporter=lcov npm test",
120+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
120121
"esdoc": "esdoc",
122+
"lint": "true",
121123
"prepare": "npm run build",
122124
"release": "np",
123125
"test": "ava",
124-
"lint": "true",
125-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
126126
"travis": "npm run lint && npm run cover"
127127
},
128128
"sideEffects": false

0 commit comments

Comments
 (0)