Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
npm outdated + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed Sep 30, 2016
1 parent b700a8c commit 95b052d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 95b052d

Please sign in to comment.