Skip to content

Commit a07836e

Browse files
committed
Fix package.json version and dependency.
1 parent 6fca3eb commit a07836e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abp-ng2-module",
3-
"version": "0.1.5",
3+
"version": "0.2.1",
44
"scripts": {
55
"lint": "tslint src/**/*.ts",
66
"test": "tsc --skipLibCheck && karma start",
@@ -28,7 +28,6 @@
2828
"typings": "./dist/index.d.ts",
2929
"dependencies": {
3030
"@angular/core": "^2.4.0",
31-
"@angular/platform-browser": "^2.4.0",
3231
"@angular/http": "^2.4.0",
3332
"abp-web-resources": "^1.2.1"
3433
},

0 commit comments

Comments
 (0)