Skip to content

Commit f2bab75

Browse files
🎨 style(package.json): Run fixpack.
1 parent e582c73 commit f2bab75

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,6 +89,9 @@
8989
"@babel/preset-env": "7.12.1",
9090
"@babel/register": "7.12.1",
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-ecmascript-proposal-plugin": "1.0.0",
@@ -97,9 +100,6 @@
97100
"esdoc-standard-plugin": "1.0.0",
98101
"np": "6.5.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
"regenerator-runtime": "0.13.7"
105105
},
@@ -124,12 +124,12 @@
124124
"scripts": {
125125
"build": "babel --delete-dir-on-start --env-name production src -d lib",
126126
"cover": "nyc --reporter=lcov npm test",
127+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
127128
"esdoc": "esdoc",
129+
"lint": "true",
128130
"prepare": "npm run build",
129131
"release": "np",
130132
"test": "ava",
131-
"lint": "true",
132-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
133133
"travis": "npm run lint && npm run cover"
134134
},
135135
"sideEffects": false

0 commit comments

Comments
 (0)