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

Commit 7c124f3

Browse files
committed
chore(testapp): remove unnecessary dependency and fix node 4.0 install
1 parent 671bfa4 commit 7c124f3

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Diff for: testapp/hybrid/systemjs.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
// other libraries
2828
'rxjs': 'npm:rxjs',
29-
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
3029
},
3130
// packages tells the System loader how to load when no filename and/or no extension
3231
packages: {

Diff for: testapp/ng2/system-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
// other libraries
2727
'rxjs': 'npm:rxjs',
28-
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
2928
},
3029
// packages tells the System loader how to load when no filename and/or no extension
3130
packages: {

Diff for: testapp/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"core-js": "2.4.1",
2323
"reflect-metadata": "0.1.3",
2424
"rxjs": "5.0.0-beta.12",
25-
"zone.js": "0.6.21",
26-
"angular2-in-memory-web-api": "0.0.19"
25+
"zone.js": "0.6.21"
2726
},
2827
"devDependencies": {
2928
"concurrently": "2.2.0",

0 commit comments

Comments
 (0)