|
1 | 1 | {
|
2 | 2 | "name": "@angularclass/hmr",
|
3 |
| - "version": "1.2.2", |
4 |
| - "description": "angular2-hmr: Hot Module Replacement for Webpack and Angular 2", |
| 3 | + "version": "2.1.0", |
| 4 | + "description": "angular-hmr: Hot Module Replacement for Webpack and Angular by @AngularClass", |
5 | 5 | "main": "dist/index.js",
|
6 |
| - "typings": "dist/index.d.ts", |
7 | 6 | "files": [
|
8 |
| - "dist", |
9 |
| - "src" |
| 7 | + "dist" |
10 | 8 | ],
|
11 | 9 | "scripts": {
|
12 | 10 | "prebuild": "rm -rf dist",
|
13 | 11 | "build": "tsc || true",
|
14 |
| - "typings": "typings", |
15 | 12 | "test": "echo \"Error: no test specified\" && exit 1",
|
16 |
| - "prepublish": "npm run typings -- install && npm run build" |
| 13 | + "prepublish": "npm run build" |
17 | 14 | },
|
18 | 15 | "repository": {
|
19 | 16 | "type": "git",
|
20 |
| - "url": "git+https://github.com/angularclass/angular2-hmr.git" |
| 17 | + "url": "git+https://github.com/angularclass/angular-hmr.git" |
21 | 18 | },
|
22 |
| - "author": "PatrickJS <github@gdi2290.com>", |
| 19 | + "author": "PatrickJS <patrick@angularclass.io>", |
23 | 20 | "license": "Apache-2.0",
|
24 | 21 | "bugs": {
|
25 |
| - "url": "https://github.com/angularclass/angular2-hmr/issues" |
| 22 | + "url": "https://github.com/angularclass/angular-hmr/issues" |
26 | 23 | },
|
27 |
| - "homepage": "https://github.com/angularclass/angular2-hmr#readme", |
| 24 | + "homepage": "https://github.com/angularclass/angular-hmr#readme", |
28 | 25 | "devDependencies": {
|
29 |
| - "@angular/core": "2.1.2", |
30 |
| - "rxjs": "5.0.0-rc.1", |
31 |
| - "zone.js": "0.6.26", |
32 |
| - "typescript": "2.0.3", |
33 |
| - "webpack": "^1.13.0", |
34 |
| - "typings": "^0.7.9" |
| 26 | + "@angular/core": "~4.2.4", |
| 27 | + "reflect-metadata": "^0.1.3", |
| 28 | + "rxjs": "^5.0.1", |
| 29 | + "tslib": "^1.7.1", |
| 30 | + "typescript": "^2.3.2", |
| 31 | + "zone.js": "^0.8.12", |
| 32 | + "webpack": "3" |
35 | 33 | },
|
36 | 34 | "dependencies": {
|
37 | 35 | }
|
|
0 commit comments