Skip to content

Commit 91cba92

Browse files
🎨 style(package.json): Run fixpack.
1 parent 56f08a6 commit 91cba92

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,24 @@
3333
"@aureooms/js-functools": "^2.0.3",
3434
"@aureooms/js-integer": "^3.0.0",
3535
"@aureooms/js-itertools": "^3.4.0",
36-
"ava": "^3.7.1",
37-
"coveralls": "^3.0.14",
38-
"esdoc": "^1.1.0",
39-
"int": "^0.2.0",
40-
"nyc": "^15.0.1",
4136
"@babel/cli": "7.8.4",
4237
"@babel/core": "7.9.0",
4338
"@babel/polyfill": "7.8.7",
4439
"@babel/preset-env": "7.9.5",
4540
"@babel/register": "7.9.0",
41+
"ava": "^3.7.1",
42+
"coveralls": "^3.0.14",
43+
"esdoc": "^1.1.0",
4644
"esdoc-inject-script-plugin": "1.0.0",
4745
"esdoc-inject-style-plugin": "1.0.0",
4846
"esdoc-standard-plugin": "1.0.0",
49-
"np": "6.2.2"
47+
"int": "^0.2.0",
48+
"np": "6.2.2",
49+
"nyc": "^15.0.1"
5050
},
51+
"files": [
52+
"lib"
53+
],
5154
"homepage": "https://github.com/aureooms/js-rational",
5255
"keywords": [
5356
"algorithm",
@@ -71,12 +74,9 @@
7174
"scripts": {
7275
"build": "rm -rf lib && babel src -d lib",
7376
"cover": "nyc --reporter=lcov npm test",
74-
"test": "ava",
7577
"esdoc": "esdoc",
7678
"prepare": "npm run build",
77-
"release": "np"
78-
},
79-
"files": [
80-
"lib"
81-
]
79+
"release": "np",
80+
"test": "ava"
81+
}
8282
}

0 commit comments

Comments
 (0)