Skip to content

Commit

Permalink
Integrated fetch API polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelioDeRosa committed May 19, 2016
1 parent 63f1834 commit 2e3e627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -70,7 +70,8 @@
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
"vinyl-source-stream": "^1.1.0",
"whatwg-fetch": "^1.0.0"
},
"dependencies": {
"damerau-levenshtein": "git://github.com/cbaatz/damerau-levenshtein.git"
Expand Down
1 change: 1 addition & 0 deletions src/main.js
@@ -1,4 +1,5 @@
import 'babel-polyfill';
import 'whatwg-fetch';
import Commands from './commands';
import Dom from './dom/dom';
import Recognizer from './reader/recognizer';
Expand Down

0 comments on commit 2e3e627

Please sign in to comment.