npm outdated + lint

This commit is contained in:
igorklopov 2016-09-30 14:14:41 +03:00
parent b700a8c8e1
commit 95b052d169

View File

@ -31,13 +31,13 @@
}, },
"devDependencies": { "devDependencies": {
"ava": "0.16.0", "ava": "0.16.0",
"babel-cli": "6.14.0", "babel-cli": "6.16.0",
"babel-eslint": "6.1.2", "babel-eslint": "7.0.0",
"babel-plugin-transform-async-to-generator": "6.8.0", "babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-runtime": "6.15.0", "babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0", "babel-preset-es2015": "6.16.0",
"babel-register": "6.14.0", "babel-register": "6.16.3",
"eslint-config-klopov": "0.9.0" "eslint-config-klopov": "0.11.0"
}, },
"scripts": { "scripts": {
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5", "babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",