Skip to content

Commit

Permalink
change devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abranhe committed Aug 14, 2018
1 parent d51d122 commit 4335873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tired of getting errors in ci? ci-success is here",
"main": "bin/cli.js",
"scripts": {
"test": "node bin/cli.js travis --success"
"test": "ci-success travis --success"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,5 +35,8 @@
"dependencies": {
"chalk": "^2.4.1",
"meow": "^5.0.0"
},
"devDependencies": {
"ci-success": "^2.0.0"
}
}

0 comments on commit 4335873

Please sign in to comment.