Skip to content

Commit

Permalink
BUGFIX: Correct eslint-config dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jan 6, 2018
1 parent 088973d commit 70503bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@neos-project/brand": "^1.1.0",
"@neos-project/build-essentials": "*",
"@neos-project/eslint-config-neos": "git://github.com/markusguenther/eslint-config-neos.git#update-eslint",
"@neos-project/eslint-config-neos": "^2.0.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.13.2",
"babel-eslint": "^8.1.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
webpack "^3.8.1"
webpack-livereload-plugin "^1.0.0"

"@neos-project/eslint-config-neos@git://github.com/markusguenther/eslint-config-neos.git#0ec369b":
version "1.3.0-alpha"
resolved "git://github.com/markusguenther/eslint-config-neos.git#0ec369b8d1221faa5c3f0d2be68b216b4a3ed693"
"@neos-project/eslint-config-neos@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@neos-project/eslint-config-neos/-/eslint-config-neos-2.0.0.tgz#339b43878274a7d3cf8cb0aaf21685969359da41"
dependencies:
babel-eslint "^8.1.2"
eslint-config-xo-react "^0.9.0"
Expand Down

0 comments on commit 70503bf

Please sign in to comment.