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.*"
},

View File

@ -1,5 +1,5 @@
{
"name": "ng-rtts-assert",
"name": "rtts-assert",
"version": "<%= packageJson.version %>",
"description": "A run-time type assertion library for JavaScript",
"homepage": "<%= packageJson.homepage %>",

View File

@ -1,6 +1,6 @@
{
"name": "angular",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Angular 2 - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",
"bugs": "https://github.com/angular/angular/issues",