Skip to content

Commit 951dcba

Browse files
committed
added deps
fetch polyfill
1 parent 6fc6466 commit 951dcba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jspm.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ SystemJS.config({
573573
"url": "github:jspm/nodelibs-url@0.2.0-alpha",
574574
"util": "github:jspm/nodelibs-util@0.2.0-alpha",
575575
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha",
576+
"whatwg-fetch": "npm:whatwg-fetch@1.0.0",
576577
"zlib": "github:jspm/nodelibs-zlib@0.2.0-alpha"
577578
},
578579
packages: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"react-router": "npm:react-router@^2.7.0",
6666
"react-router-redux": "npm:react-router-redux@^4.0.5",
6767
"redux-actions": "npm:redux-actions@^0.11.0",
68-
"seamless-immutable": "npm:seamless-immutable@^6.1.1"
68+
"seamless-immutable": "npm:seamless-immutable@^6.1.1",
69+
"whatwg-fetch": "npm:whatwg-fetch@^1.0.0"
6970
},
7071
"devDependencies": {
7172
"blue-tape": "npm:blue-tape@^0.2.0",

0 commit comments

Comments
 (0)