Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 51bf8fb

Browse files
authored
build: allow Angular 4 (#99)
1 parent 6e8d047 commit 51bf8fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"homepage": "https://github.com/angular/in-memory-web-api#readme",
3030
"peerDependencies": {
31-
"@angular/core": "^2.0.0",
32-
"@angular/http": "^2.0.0",
31+
"@angular/core": ">=2.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
32+
"@angular/http": ">=2.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
3333
"rxjs": "^5.0.1"
3434
},
3535
"devDependencies": {
@@ -40,7 +40,7 @@
4040
"@angular/http": "~2.4.0",
4141
"@angular/platform-browser": "~2.4.0",
4242
"@angular/platform-server": "~2.4.0",
43-
"@types/jasmine": "^2.5.36",
43+
"@types/jasmine": "2.5.36",
4444
"@types/node": "^6.0.46",
4545
"canonical-path": "0.0.2",
4646
"concurrently": "^3.0.0",

0 commit comments

Comments
 (0)