Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
update eslint, acorn-to-esprima
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 1, 2015
1 parent d2e3862 commit a10f083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"babel-core": "^5.8.25",
"babel-core": "^5.8.33",
"lodash.assign": "^3.2.0",
"lodash.pick": "^3.1.0",
"acorn-to-esprima": "^1.0.4"
"acorn-to-esprima": "^1.0.5"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"eslint": "^1.6.0",
"eslint": "^1.8.0",
"espree": "^2.2.5",
"mocha": "^2.3.3"
}
Expand Down

0 comments on commit a10f083

Please sign in to comment.