Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
This is an issue with escope which is a dependency for
babel-eslint. See babel/babel-eslint#243
for more info
  • Loading branch information
noseglid committed Feb 1, 2016
1 parent 87ff0f5 commit b957dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"xregexp": "^2.0.0"
},
"devDependencies": {
"eslint-config-atom-build": "^1.0.0",
"atom-build-spec-helpers": "^0.3.0",
"babel-eslint": "^4.1.5",
"escope": "3.3.0",
"eslint": "^1.10.1",
"eslint-config-atom-build": "^2.0.0",
"fs-extra": "^0.23.0",
"temp": "^0.8.1"
},
Expand Down

0 comments on commit b957dbb

Please sign in to comment.