Skip to content

Commit 488f366

Browse files
committedApr 24, 2020
😒 chore(deps-dev): Upgrade tool set.
1 parent 8fd1506 commit 488f366

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@
3434
"codeclimate-test-reporter": "^0.5.0",
3535
"coveralls": "^2.13.1",
3636
"esdoc": "^0.5.2",
37-
"nyc": "^11.0.3"
37+
"nyc": "^11.0.3",
38+
"@babel/cli": "7.8.4",
39+
"@babel/core": "7.9.0",
40+
"@babel/polyfill": "7.8.7",
41+
"@babel/preset-env": "7.9.5",
42+
"@babel/register": "7.9.0",
43+
"esdoc-inject-script-plugin": "1.0.0",
44+
"esdoc-inject-style-plugin": "1.0.0",
45+
"esdoc-standard-plugin": "1.0.0",
46+
"np": "6.2.1",
47+
"xo": "0.29.1"
3848
},
3949
"homepage": "http://aureooms.github.io/js-number",
4050
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.