|  | 
| 33 | 33 |  "postinstall": "node postinstall.js", | 
| 34 | 34 |  "tsc": "tsc -p tsconfig.json", | 
| 35 | 35 |  "ngc": "ngc -p tsconfig.json", | 
| 36 |  | - "prepare": "npm run ngc && node ./bin/remove-polyfills-metadata.js" | 
|  | 36 | + "prepare": "npm run ngc" | 
| 37 | 37 |  }, | 
| 38 | 38 |  "bin": { | 
| 39 | 39 |  "update-app-ng-deps": "./bin/update-app-ng-deps" | 
|  | 
| 43 | 43 |  "reflect-metadata": "^0.1.8" | 
| 44 | 44 |  }, | 
| 45 | 45 |  "peerDependencies": { | 
| 46 |  | - "@angular/platform-browser-dynamic": "~5.0.0", | 
| 47 |  | - "@angular/common": "~5.0.0", | 
| 48 |  | - "@angular/compiler": "~5.0.0", | 
| 49 |  | - "@angular/core": "~5.0.0", | 
| 50 |  | - "@angular/forms": "~5.0.0", | 
| 51 |  | - "@angular/http": "~5.0.0", | 
| 52 |  | - "@angular/platform-browser": "~5.0.0", | 
| 53 |  | - "@angular/router": "~5.0.0", | 
|  | 46 | + "@angular/platform-browser-dynamic": "~5.1.0", | 
|  | 47 | + "@angular/common": "~5.1.0", | 
|  | 48 | + "@angular/compiler": "~5.1.0", | 
|  | 49 | + "@angular/core": "~5.1.0", | 
|  | 50 | + "@angular/forms": "~5.1.0", | 
|  | 51 | + "@angular/http": "~5.1.0", | 
|  | 52 | + "@angular/platform-browser": "~5.1.0", | 
|  | 53 | + "@angular/router": "~5.1.0", | 
| 54 | 54 |  "rxjs": "^5.5.0", | 
| 55 | 55 |  "tns-core-modules": "^3.1.0 || >3.4.0-", | 
| 56 | 56 |  "zone.js": "^0.8.4", | 
| 57 | 57 |  "typescript": "~2.4.2" | 
| 58 | 58 |  }, | 
| 59 | 59 |  "devDependencies": { | 
| 60 |  | - "@angular/platform-browser-dynamic": "~5.0.0", | 
| 61 |  | - "@angular/animations": "~5.0.0", | 
| 62 |  | - "@angular/common": "~5.0.0", | 
| 63 |  | - "@angular/compiler": "~5.0.0", | 
| 64 |  | - "@angular/compiler-cli": "~5.0.0", | 
| 65 |  | - "@angular/core": "~5.0.0", | 
| 66 |  | - "@angular/forms": "~5.0.0", | 
| 67 |  | - "@angular/http": "~5.0.0", | 
| 68 |  | - "@angular/platform-browser": "~5.0.0", | 
| 69 |  | - "@angular/router": "~5.0.0", | 
|  | 60 | + "@angular/platform-browser-dynamic": "~5.1.0", | 
|  | 61 | + "@angular/animations": "~5.1.0", | 
|  | 62 | + "@angular/common": "~5.1.0", | 
|  | 63 | + "@angular/compiler": "~5.1.0", | 
|  | 64 | + "@angular/compiler-cli": "~5.1.0", | 
|  | 65 | + "@angular/core": "~5.1.0", | 
|  | 66 | + "@angular/forms": "~5.1.0", | 
|  | 67 | + "@angular/http": "~5.1.0", | 
|  | 68 | + "@angular/platform-browser": "~5.1.0", | 
|  | 69 | + "@angular/router": "~5.1.0", | 
| 70 | 70 |  "codelyzer": "^4.0.0", | 
| 71 | 71 |  "rxjs": "^5.5.0", | 
| 72 | 72 |  "tns-core-modules": "next", | 
|  | 
0 commit comments