Skip to content

Commit

Permalink
bump eslint to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Aug 8, 2015
1 parent fde2321 commit 6b36177
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 '
Expand Down

0 comments on commit 6b36177

Please sign in to comment.