Skip to content

Commit

Permalink
Merge 53d5ebf into d372aea
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Nov 21, 2017
2 parents d372aea + 53d5ebf commit ff03f75
Showing 1 changed file with 7 additions and 7 deletions.
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"
}
}

0 comments on commit ff03f75

Please sign in to comment.