Skip to content

Commit 6928fcc

Browse files
🎨 style(package.json): Run fixpack.
1 parent c11468b commit 6928fcc

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.11.5",
9090
"@babel/register": "7.11.5",
9191
"ava": "3.13.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": "6.5.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
},
@@ -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)