Skip to content

Commit 9710815

Browse files
🎨 style(package.json): Run fixpack.
1 parent afd33ce commit 9710815

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"@babel/preset-env": "7.11.5",
4040
"@babel/register": "7.11.5",
4141
"ava": "3.12.1",
42+
"babel-plugin-transform-remove-console": "6.9.4",
43+
"babel-plugin-unassert": "3.0.1",
44+
"babel-preset-power-assert": "3.0.0",
4245
"coveralls": "3.1.0",
4346
"esdoc": "1.1.0",
4447
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -47,12 +50,9 @@
4750
"esdoc-standard-plugin": "1.0.0",
4851
"np": "6.5.0",
4952
"nyc": "15.1.0",
53+
"power-assert": "1.6.1",
5054
"regenerator-runtime": "0.13.7",
51-
"xo": "0.33.1",
52-
"babel-plugin-transform-remove-console": "6.9.4",
53-
"babel-plugin-unassert": "3.0.1",
54-
"babel-preset-power-assert": "3.0.0",
55-
"power-assert": "1.6.1"
55+
"xo": "0.33.1"
5656
},
5757
"files": [
5858
"lib"
@@ -74,12 +74,12 @@
7474
"scripts": {
7575
"build": "babel --delete-dir-on-start --env-name production src -d lib",
7676
"cover": "nyc --reporter=lcov npm test",
77+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
7778
"esdoc": "esdoc",
79+
"lint": "xo",
7880
"prepare": "npm run build",
7981
"release": "np",
8082
"test": "ava",
81-
"lint": "xo",
82-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
8383
"travis": "npm run lint && npm run cover"
8484
},
8585
"sideEffects": false,

0 commit comments

Comments
 (0)