Skip to content

Commit df3c28f

Browse files
🎨 style(package.json): Run fixpack.
1 parent 4d281d8 commit df3c28f

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
@@ -96,16 +96,16 @@
9696
"@babel/preset-env": "7.12.7",
9797
"@babel/register": "7.12.1",
9898
"ava": "3.13.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",
99102
"coveralls": "3.1.0",
100103
"esdoc": "1.1.0",
101104
"esdoc-inject-script-plugin": "1.0.0",
102105
"esdoc-inject-style-plugin": "1.0.0",
103106
"esdoc-standard-plugin": "1.0.0",
104107
"np": "7.0.0",
105108
"nyc": "15.1.0",
106-
"babel-plugin-transform-remove-console": "6.9.4",
107-
"babel-plugin-unassert": "3.0.1",
108-
"babel-preset-power-assert": "3.0.0",
109109
"power-assert": "1.6.1",
110110
"regenerator-runtime": "0.13.7"
111111
},
@@ -137,12 +137,12 @@
137137
"scripts": {
138138
"build": "babel --delete-dir-on-start --env-name production src -d lib",
139139
"cover": "nyc --reporter=lcov npm test",
140+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
140141
"esdoc": "esdoc",
142+
"lint": "true",
141143
"prepare": "npm run build",
142144
"release": "np",
143145
"test": "ava",
144-
"lint": "true",
145-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
146146
"travis": "npm run lint && npm run cover"
147147
},
148148
"sideEffects": false

0 commit comments

Comments
 (0)