Comparing version 1.11.0 to 1.12.0
@@ -31,7 +31,2 @@ { | ||
"dependencies": { | ||
"@angular/common": "^2.0.0-rc.4", | ||
"@angular/compiler": "^2.0.0-rc.4", | ||
"@angular/core": "^2.0.0-rc.4", | ||
"@angular/platform-browser": "^2.0.0-rc.4", | ||
"@angular/platform-browser-dynamic": "^2.0.0-rc.4", | ||
"es6-shim": "^0.35.0", | ||
@@ -43,2 +38,7 @@ "reflect-metadata": "^0.1.3", | ||
"devDependencies": { | ||
"@angular/common": "^2.0.0-rc.4", | ||
"@angular/compiler": "^2.0.0-rc.4", | ||
"@angular/core": "^2.0.0-rc.4", | ||
"@angular/platform-browser": "^2.0.0-rc.4", | ||
"@angular/platform-browser-dynamic": "^2.0.0-rc.4", | ||
"cz-conventional-changelog": "^1.1.6", | ||
@@ -55,3 +55,3 @@ "jasmine-core": "~2.3.4", | ||
"typescript": "^1.8.7", | ||
"typings": "^1.0.4", | ||
"typings": "^0.8.1", | ||
"uglify-js": "^2.6.2" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"version": "1.11.0" | ||
"version": "1.12.0" | ||
} |
@@ -13,4 +13,6 @@ { | ||
"exclude": [ | ||
"node_modules" | ||
"node_modules", | ||
"typings/main.d.ts", | ||
"typings/main" | ||
] | ||
} |
219769
4
3058
18
- Removed@angular/common@^2.0.0-rc.4
- Removed@angular/compiler@^2.0.0-rc.4
- Removed@angular/core@^2.0.0-rc.4
- Removed@angular/common@2.4.10(transitive)
- Removed@angular/compiler@2.4.10(transitive)
- Removed@angular/core@2.4.10(transitive)
- Removed@angular/platform-browser@2.4.10(transitive)
- Removed@angular/platform-browser-dynamic@2.4.10(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
- Removedzone.js@0.7.8(transitive)