Skip to content

Commit

Permalink
Merge 0791c70 into d372aea
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Nov 21, 2017
2 parents d372aea + 0791c70 commit e540bce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,315 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- '6.0.0'
- '6.11.0'
- '8.1.2'
addons:
apt:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "yarn run lint && yarn run utest",
"test": "npm run lint && npm run utest",
"utest": "istanbul cover _mocha tests"
},
"repository": {
Expand Down Expand Up @@ -36,14 +36,14 @@
"mocha": "^3.4.2"
},
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.2",
"eslint-config-standard": "10.2.1",
"eslint-plugin-ember-standard": "0.1.0",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-ember-standard": "1.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-ocd": "0.0.6",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-ocd": "1.0.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1"
}
}
Loading

0 comments on commit e540bce

Please sign in to comment.