Commit 0792aa03 authored by Randall Leeds's avatar Randall Leeds

Remove es6-promise from broswerify-shim config

parent dd3bd1da
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
"browser": { "browser": {
"annotator": "./h/static/scripts/vendor/annotator.js", "annotator": "./h/static/scripts/vendor/annotator.js",
"angular": "./node_modules/angular/angular.js", "angular": "./node_modules/angular/angular.js",
"es6-promise": "./node_modules/es6-promise/dist/es6-promise.js",
"hammerjs": "./node_modules/hammerjs/hammer.js", "hammerjs": "./node_modules/hammerjs/hammer.js",
"jquery": "./node_modules/jquery/dist/jquery.js", "jquery": "./node_modules/jquery/dist/jquery.js",
"moment": "./node_modules/moment/min/moment-with-locales.js" "moment": "./node_modules/moment/min/moment-with-locales.js"
...@@ -102,7 +101,6 @@ ...@@ -102,7 +101,6 @@
"jquery" "jquery"
] ]
}, },
"es6-promise": "ES6Promise",
"hammerjs": "Hammer", "hammerjs": "Hammer",
"jquery": "$" "jquery": "$"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment