Publish update angular2-aspnet NPM module so it takes dependency on correct version of Angular

This commit is contained in:
SteveSandersonMS
2016-01-26 15:21:50 +00:00
parent 47c956cc4d
commit 44fd9dd6ab
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"angular2": "2.0.0-beta.1",
"angular2-aspnet": "^0.0.3",
"angular2-aspnet": "^0.0.4",
"angular2-universal-preview": "^0.32.2",
"bootstrap": "^3.3.5",
"es6-module-loader": "^0.15.0",

View File

@@ -1,6 +1,6 @@
{
"name": "angular2-aspnet",
"version": "0.0.3",
"version": "0.0.4",
"description": "Helpers for Angular 2 apps built on ASP.NET",
"main": "./dist/Exports",
"scripts": {