Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Polyfill promises in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Apr 29, 2015
1 parent 8b24148 commit 876d05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

require('es6-promise').polyfill();

module.exports = {
build: require('./tasks/build'),
configure: require('./tasks/configure'),
Expand Down

0 comments on commit 876d05d

Please sign in to comment.