We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d180c3c commit 6a1f818Copy full SHA for 6a1f818
package.json
@@ -26,13 +26,14 @@
26
},
27
"homepage": "https://github.com/zyramedia/ionic-image-loader#readme",
28
"devDependencies": {
29
- "@angular/compiler": "^2.0.0",
30
- "@angular/compiler-cli": "^0.6.2",
31
- "@angular/core": "^2.0.0",
32
- "@angular/platform-browser": "^2.0.0",
+ "@angular/common": "2.0.0",
+ "@angular/compiler": "2.0.0",
+ "@angular/compiler-cli": "0.6.2",
+ "@angular/core": "2.0.0",
33
+ "@angular/platform-browser": "2.0.0",
34
"ionic-native": "^2.2.2",
- "rxjs": "^5.0.0-beta.12",
35
+ "rxjs": "5.0.0-beta.12",
36
"typescript": "^2.0.3",
- "zone.js": "^0.6.21"
37
+ "zone.js": "0.6.21"
38
}
39
0 commit comments