1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01: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

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