Skip to content

Commit 2c9ab31

Browse files
mgechevjeffbcross
authored andcommitted
chore(peerDependencies): use tilde for matching peerDependencies (angular#387)
1 parent 3615318 commit 2c9ab31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"homepage": "https://github.com/angular/angularfire2#readme",
3434
"dependencies": {
35-
"@angular/core": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
36-
"@angular/platform-browser": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
37-
"@angular/common": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
38-
"@angular/compiler": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
39-
"@angular/platform-browser-dynamic": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
35+
"@angular/core": "^2.0.0-rc.2",
36+
"@angular/platform-browser": "^2.0.0-rc.2",
37+
"@angular/common": "^2.0.0-rc.2",
38+
"@angular/compiler": "^2.0.0-rc.2",
39+
"@angular/platform-browser-dynamic": "^2.0.0-rc.2",
4040
"firebase": "^3.0.3",
4141
"rxjs": "5.0.0-beta.6"
4242
},

tsconfig.publish.es5.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"files": [
1616
"src/angularfire2.ts",
17-
"typings/main.d.ts",
17+
"typings/index.d.ts",
1818
"manual_typings/firebase3/firebase3.d.ts"
1919
]
2020
}

0 commit comments

Comments
 (0)