fix(build): finally publish to `rtts_assert` on npm

This commit is contained in:
Tobias Bosch 2015-02-18 12:52:27 -08:00
parent 5af0ac258b
commit 74c0699ad9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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