We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c698d0d commit 712426cCopy full SHA for 712426c
package.json
@@ -82,17 +82,16 @@
82
"rxjs": "5.2.0",
83
"systemjs": "0.19.41",
84
"tslint": "4.5.1",
85
- "typescript": "2.2.1",
86
"typings": "^2.0.0",
87
"uglify-js": "^2.6.2",
88
"zone.js": "^0.7.4"
89
},
90
"peerDependencies": {
91
- "@angular/common": "4.0.2",
92
- "@angular/compiler": "4.0.2",
93
- "@angular/core": "4.0.2",
94
- "@angular/platform-browser": "4.0.2",
95
- "@angular/platform-browser-dynamic": "2.4.9"
+ "@angular/common": "^4.0.2",
+ "@angular/compiler": "^4.0.2",
+ "@angular/core": "^4.0.2",
+ "@angular/platform-browser": "^4.0.2",
+ "@angular/platform-browser-dynamic": "^4.0.2"
96
97
"main": "./dist/cjs/core.js",
98
"module": "./dist/umd/core.js"
0 commit comments