Skip to content

Commit 0309e9e

Browse files
committedSep 20, 2020
🎨 style(package.json): Run fixpack.
1 parent c408e82 commit 0309e9e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,27 @@
8484
"@aureooms/js-itertools": "^4.1.0",
8585
"@aureooms/js-random": "^2.0.0",
8686
"@aureooms/js-search": "^0.0.4",
87-
"ava": "^3.12.1",
88-
"coveralls": "^3.1.0",
89-
"esdoc": "^1.1.0",
90-
"nyc": "^15.1.0",
9187
"@babel/cli": "7.11.6",
9288
"@babel/core": "7.11.6",
9389
"@babel/preset-env": "7.11.5",
9490
"@babel/register": "7.11.5",
91+
"ava": "^3.12.1",
9592
"babel-plugin-transform-remove-console": "6.9.4",
9693
"babel-plugin-unassert": "3.0.1",
9794
"babel-preset-power-assert": "3.0.0",
95+
"coveralls": "^3.1.0",
96+
"esdoc": "^1.1.0",
9897
"esdoc-inject-script-plugin": "1.0.0",
9998
"esdoc-inject-style-plugin": "1.0.0",
10099
"esdoc-standard-plugin": "1.0.0",
101100
"np": "6.5.0",
101+
"nyc": "^15.1.0",
102102
"power-assert": "1.6.1",
103103
"regenerator-runtime": "0.13.7"
104104
},
105+
"files": [
106+
"lib"
107+
],
105108
"homepage": "http://aureooms.github.io/js-sort/",
106109
"keywords": [
107110
"bricks",
@@ -120,16 +123,13 @@
120123
"scripts": {
121124
"build": "babel src -d lib",
122125
"cover": "nyc --reporter=lcov npm test",
123-
"test": "ava",
126+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
124127
"esdoc": "esdoc",
125128
"lint": "true",
126129
"prepare": "npm run build",
127-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
128-
"travis": "npm run lint && npm run cover",
129-
"release": "np"
130+
"release": "np",
131+
"test": "ava",
132+
"travis": "npm run lint && npm run cover"
130133
},
131-
"files": [
132-
"lib"
133-
],
134134
"sideEffects": false
135135
}

0 commit comments

Comments
 (0)
Please sign in to comment.