Skip to content

Commit 786a00a

Browse files
author
sqlProvider
committed
[Verison] V2.x.x
1 parent a002a7a commit 786a00a

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": "angular2-pubsub",
3-
"version": "4.0.3",
3+
"version": "2.0.6",
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": "^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",
48+
"@angular/common": "^2.0.0",
49+
"@angular/compiler": "^2.0.0",
50+
"@angular/core": "^2.0.0",
51+
"@angular/forms": "^2.0.0",
52+
"@angular/platform-browser": "^2.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": "^4.0.0",
60-
"@angular/platform-browser-dynamic": "^4.0.0",
59+
"@angular/compiler-cli": "^2.0.0",
60+
"@angular/platform-browser-dynamic": "^2.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)