Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(npm): Updated to new toolchain coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed May 27, 2016
1 parent 19a53ba commit d86abf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "u watch",
"test": "u test",
"coveralls": "cat coverage/summary/lcov.info | node_modules/@ubiquits/toolchain/node_modules/.bin/coveralls",
"coveralls": "u coveralls",
"build": "u build",
"postinstall": "typings install"
},
Expand Down Expand Up @@ -42,6 +42,6 @@
"zone.js": "^0.6.12"
},
"devDependencies": {
"@ubiquits/toolchain": "0.0.6"
"@ubiquits/toolchain": "0.0.7"
}
}

0 comments on commit d86abf9

Please sign in to comment.