npm outdated + lint
This commit is contained in:
parent
b700a8c8e1
commit
95b052d169
12
package.json
12
package.json
@ -31,13 +31,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "0.16.0",
|
||||
"babel-cli": "6.14.0",
|
||||
"babel-eslint": "6.1.2",
|
||||
"babel-plugin-transform-async-to-generator": "6.8.0",
|
||||
"babel-cli": "6.16.0",
|
||||
"babel-eslint": "7.0.0",
|
||||
"babel-plugin-transform-async-to-generator": "6.16.0",
|
||||
"babel-plugin-transform-runtime": "6.15.0",
|
||||
"babel-preset-es2015": "6.14.0",
|
||||
"babel-register": "6.14.0",
|
||||
"eslint-config-klopov": "0.9.0"
|
||||
"babel-preset-es2015": "6.16.0",
|
||||
"babel-register": "6.16.3",
|
||||
"eslint-config-klopov": "0.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user