Skip to content

Commit 8dddba2

Browse files
🎨 style(package.json): Run fixpack.
1 parent 2815dd4 commit 8dddba2

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
@@ -89,16 +89,16 @@
8989
"@babel/preset-env": "7.12.10",
9090
"@babel/register": "7.12.10",
9191
"ava": "3.14.0",
92+
"babel-plugin-transform-remove-console": "6.9.4",
93+
"babel-plugin-unassert": "3.0.1",
94+
"babel-preset-power-assert": "3.0.0",
9295
"coveralls": "3.1.0",
9396
"esdoc": "1.1.0",
9497
"esdoc-inject-script-plugin": "1.0.0",
9598
"esdoc-inject-style-plugin": "1.0.0",
9699
"esdoc-standard-plugin": "1.0.0",
97100
"np": "7.0.0",
98101
"nyc": "15.1.0",
99-
"babel-plugin-transform-remove-console": "6.9.4",
100-
"babel-plugin-unassert": "3.0.1",
101-
"babel-preset-power-assert": "3.0.0",
102102
"power-assert": "1.6.1",
103103
"regenerator-runtime": "0.13.7"
104104
},
@@ -125,12 +125,12 @@
125125
"scripts": {
126126
"build": "babel --delete-dir-on-start --env-name production src -d lib",
127127
"cover": "nyc --reporter=lcov npm test",
128+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
128129
"esdoc": "esdoc",
130+
"lint": "true",
129131
"prepare": "npm run build",
130132
"release": "np",
131133
"test": "ava",
132-
"lint": "true",
133-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
134134
"travis": "npm run lint && npm run cover"
135135
},
136136
"sideEffects": false

0 commit comments

Comments
 (0)