0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

bump eslint to 1.x

This commit is contained in:
Alex Kocharin 2015-08-09 00:35:00 +03:00
parent fde2321222
commit 6b3617754c

View file

@ -66,7 +66,7 @@ devDependencies:
#
# Linting tools
#
eslint: '>= 0.18'
eslint: '1 >=1.1.0'
# for debugging memory leaks, it'll be require()'d if
# installed, but I don't want it to be installed everytime
@ -99,10 +99,10 @@ keywords:
- server
scripts:
test: eslint --reset . && mocha ./test/functional ./test/unit
test-travis: eslint --reset . && mocha -R spec ./test/functional ./test/unit
test: eslint . && mocha ./test/functional ./test/unit
test-travis: eslint . && mocha -R spec ./test/functional ./test/unit
test-only: mocha ./test/functional ./test/unit
lint: eslint --reset .
lint: eslint .
prepublish: js-yaml package.yaml > package.json
clean-shrinkwrap: |
node -e '