Implement cache priming prototype

This commit is contained in:
SteveSandersonMS
2015-12-10 20:27:15 +00:00
parent 5ff3e9a051
commit 7924a6527a
7 changed files with 114 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angular2-aspnet",
"version": "0.0.1",
"version": "0.0.3",
"description": "Helpers for Angular 2 apps built on ASP.NET",
"main": "./dist/Exports",
"scripts": {
@@ -15,7 +15,7 @@
"author": "Microsoft",
"license": "Apache-2.0",
"peerDependencies": {
"angular2": "^2.0.0-alpha.44"
"angular2": "2.0.0-alpha.44"
},
"devDependencies": {
"systemjs-builder": "^0.14.11",