Skip to content

Commit baa4b6d

Browse files
committed
#2: updated to angular 4.0
1 parent a07836e commit baa4b6d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abp-ng2-module",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"scripts": {
55
"lint": "tslint src/**/*.ts",
66
"test": "tsc --skipLibCheck && karma start",
@@ -27,17 +27,17 @@
2727
"main": "./dist/index.js",
2828
"typings": "./dist/index.d.ts",
2929
"dependencies": {
30-
"@angular/core": "^2.4.0",
31-
"@angular/http": "^2.4.0",
30+
"@angular/core": "^4.0.0",
31+
"@angular/http": "^4.0.0",
3232
"abp-web-resources": "^1.2.1"
3333
},
3434
"devDependencies": {
35-
"codelyzer": "^0.0.28",
36-
"rxjs": "5.0.0-beta.12",
37-
"tslint": "^3.15.1",
38-
"typescript": "2.0.2",
35+
"codelyzer": "~2.0.0-beta.4",
36+
"rxjs": "^5.2.0",
37+
"tslint": "^4.3.0",
38+
"typescript": "^2.2.2",
3939
"typings": "^1.0.4",
40-
"zone.js": "0.6.23"
40+
"zone.js": "^0.8.5"
4141
},
4242
"engines": {
4343
"node": ">=0.8.0"

0 commit comments

Comments
 (0)