From 6b3617754c7bac6ad08366046be87361bb8a6b24 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Sun, 9 Aug 2015 00:35:00 +0300 Subject: [PATCH] bump eslint to 1.x --- package.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.yaml b/package.yaml index 5dbadec17..0e4b939b5 100644 --- a/package.yaml +++ b/package.yaml @@ -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 '