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

Commit bef7e2e

Browse files
committed
Default bower package to sans promises
1 parent 374e016 commit bef7e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "0.5.4",
44
"description": "An ES6 Module Loader polyfill based on the latest spec.",
55
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
6-
"main": "dist/es6-module-loader.js",
6+
"main": "dist/es6-module-loader-sans-promises.js",
77
"dependencies": {
8+
"es6-promise": "^1.0",
89
"traceur": "0.0.32"
910
},
1011
"keywords": [

0 commit comments

Comments
 (0)