Skip to content

Commit bfea40e

Browse files
committed
chore: package.json
1 parent 14aa168 commit bfea40e

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
{
22
"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",
55
"main": "dist/index.js",
6-
"typings": "dist/index.d.ts",
76
"files": [
8-
"dist",
9-
"src"
7+
"dist"
108
],
119
"scripts": {
1210
"prebuild": "rm -rf dist",
1311
"build": "tsc || true",
14-
"typings": "typings",
1512
"test": "echo \"Error: no test specified\" && exit 1",
16-
"prepublish": "npm run typings -- install && npm run build"
13+
"prepublish": "npm run build"
1714
},
1815
"repository": {
1916
"type": "git",
20-
"url": "git+https://github.com/angularclass/angular2-hmr.git"
17+
"url": "git+https://github.com/angularclass/angular-hmr.git"
2118
},
22-
"author": "PatrickJS <github@gdi2290.com>",
19+
"author": "PatrickJS <patrick@angularclass.io>",
2320
"license": "Apache-2.0",
2421
"bugs": {
25-
"url": "https://github.com/angularclass/angular2-hmr/issues"
22+
"url": "https://github.com/angularclass/angular-hmr/issues"
2623
},
27-
"homepage": "https://github.com/angularclass/angular2-hmr#readme",
24+
"homepage": "https://github.com/angularclass/angular-hmr#readme",
2825
"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"
3533
},
3634
"dependencies": {
3735
}

0 commit comments

Comments
 (0)