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

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Sep 27, 2016
1 parent 1823b5e commit 42efe3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"babel-traverse": "^6.0.20",
"babel-types": "^6.0.19",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babylon": "^6.11.2",
"lodash.pickby": "^4.0.0"
"lodash.pickby": "^4.6.0"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
Expand All @@ -38,7 +38,7 @@
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-babel": "^1.0.1",
"eslint-config-babel": "^1.0.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"espree": "^3.3.1",
Expand Down

0 comments on commit 42efe3c

Please sign in to comment.