Skip to content

Commit 0add2a3

Browse files
sqlProvidersqlProvider
sqlProvider
authored and
sqlProvider
committed
[Angular] version changed #
1 parent 2e5ad0f commit 0add2a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-pubsub",
3-
"version": "2.0.2",
3+
"version": "4.0.0",
44
"description": "Pub/Sub service for Angular 2",
55
"main": "./umd/angular2-pubsub.js",
66
"module": "./esm/src/index.js",
@@ -45,19 +45,19 @@
4545
},
4646
"homepage": "https://github.com/sqlProvider/angular2-pubsub#readme",
4747
"dependencies": {
48-
"@angular/common": "^2.4.7",
49-
"@angular/compiler": "^2.4.7",
50-
"@angular/core": "^2.4.7",
51-
"@angular/forms": "^2.4.7",
52-
"@angular/platform-browser": "^2.4.7",
48+
"@angular/common": "^4.0.0",
49+
"@angular/compiler": "^4.0.0",
50+
"@angular/core": "^4.0.0",
51+
"@angular/forms": "^4.0.0",
52+
"@angular/platform-browser": "^4.0.0",
5353
"jasmine-core": "^2.5.2",
5454
"rxjs": "^5.1.0",
5555
"ts-helpers": "^1.1.2",
5656
"zone.js": "^0.7.6"
5757
},
5858
"devDependencies": {
59-
"@angular/compiler-cli": "^2.4.7",
60-
"@angular/platform-browser-dynamic": "^2.4.7",
59+
"@angular/compiler-cli": "^4.0.0",
60+
"@angular/platform-browser-dynamic": "^4.0.0",
6161
"@types/es6-shim": "^0.31.32",
6262
"@types/jasmine": "^2.5.41",
6363
"@types/node": "^7.0.5",

0 commit comments

Comments
 (0)