Skip to content

Commit baefe37

Browse files
🎨 style(package.json): Run fixpack.
1 parent 9a3e677 commit baefe37

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
@@ -90,16 +90,16 @@
9090
"@babel/preset-env": "7.12.7",
9191
"@babel/register": "7.12.1",
9292
"ava": "3.13.0",
93+
"babel-plugin-transform-remove-console": "6.9.4",
94+
"babel-plugin-unassert": "3.0.1",
95+
"babel-preset-power-assert": "3.0.0",
9396
"coveralls": "3.1.0",
9497
"esdoc": "1.1.0",
9598
"esdoc-inject-script-plugin": "1.0.0",
9699
"esdoc-inject-style-plugin": "1.0.0",
97100
"esdoc-standard-plugin": "1.0.0",
98101
"np": "7.0.0",
99102
"nyc": "15.1.0",
100-
"babel-plugin-transform-remove-console": "6.9.4",
101-
"babel-plugin-unassert": "3.0.1",
102-
"babel-preset-power-assert": "3.0.0",
103103
"power-assert": "1.6.1"
104104
},
105105
"files": [
@@ -120,12 +120,12 @@
120120
"scripts": {
121121
"build": "babel --delete-dir-on-start --env-name production src -d lib",
122122
"cover": "nyc --reporter=lcov npm test",
123+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
123124
"esdoc": "esdoc",
125+
"lint": "true",
124126
"prepare": "npm run build",
125127
"release": "np",
126128
"test": "ava",
127-
"lint": "true",
128-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
129129
"travis": "npm run lint && npm run cover"
130130
},
131131
"sideEffects": false

0 commit comments

Comments
 (0)