fix(build): use rtts-assert instead of ng-rtts-assert.

We have the rights now :-)
This commit is contained in:
Tobias Bosch
2015-02-10 17:02:33 -08:00
parent 729e38af19
commit bbd212c256
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"license": "<%= packageJson.license %>",
"dependencies": {
<% if (channel==='dev') { %>
"ng-rtts-assert": "<%= packageJson.version %>",
"rtts-assert": "<%= packageJson.version %>",
<% } %>
"zone.js": "0.4.*"
},