Skip to content

Commit

Permalink
configs/deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Nov 11, 2016
1 parent c307fff commit 1ebc262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
node: true
browser: true
es6: false

rules:
accessor-pairs: 2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- stable
- 6
sudo: false
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"repository": "nodeca/bag.js",
"license": "MIT",
"devDependencies": {
"eslint": "2.0.0-rc.0",
"mocha": "^2.2.5",
"eslint": "^3.9.1",
"lie": "^3.1.0",
"mocha": "^3.1.2",
"mocha-browser": "~ 0.2.0",
"phantomjs": "~ 1.9.19",
"phantomjs": "~ 1.9.20",
"proclaim": "^3.4.0"
}
}

0 comments on commit 1ebc262

Please sign in to comment.