Skip to content

Commit

Permalink
chore(testapp): remove unnecessary dependency and fix node 4.0 install
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Sep 16, 2016
1 parent 671bfa4 commit 7c124f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion testapp/hybrid/systemjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

// other libraries
'rxjs': 'npm:rxjs',
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
},
// packages tells the System loader how to load when no filename and/or no extension
packages: {
Expand Down
1 change: 0 additions & 1 deletion testapp/ng2/system-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// other libraries
'rxjs': 'npm:rxjs',
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
},
// packages tells the System loader how to load when no filename and/or no extension
packages: {
Expand Down
3 changes: 1 addition & 2 deletions testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"core-js": "2.4.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21",
"angular2-in-memory-web-api": "0.0.19"
"zone.js": "0.6.21"
},
"devDependencies": {
"concurrently": "2.2.0",
Expand Down

0 comments on commit 7c124f3

Please sign in to comment.