Merge pull request #89 from srcrawford/master

Move eslint dependencies to devDependencies
This commit is contained in:
Taranveer Virk 2018-06-21 02:10:10 -04:00 committed by GitHub
commit ae64f198ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,6 @@
},
"homepage": "http://loopback.io",
"dependencies": {
"eslint": "^4.13.0",
"eslint-config-loopback": "^10.0.0",
"loopback-datasource-juggler": "^3.0.0",
"strong-remoting": "^3.0.0"
},
@ -42,6 +40,8 @@
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-mocha-test": "^0.13.3",
"eslint": "^4.13.0",
"eslint-config-loopback": "^10.0.0",
"loopback": "^3.0.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",