Partially revert polyfill changes
It turns out IE10 doesn't have the URL constructor and somehow I misinterpreted the MDN docs. The bind polyfill still isn't needed, except by PhantomJS. It also seems silly not to just include wgxpath without npm. Save the browserify-ing step.
Showing
File moved
File moved
... | @@ -41,8 +41,7 @@ | ... | @@ -41,8 +41,7 @@ |
"raf": "^3.1.0", | "raf": "^3.1.0", | ||
"showdown": "^1.2.1", | "showdown": "^1.2.1", | ||
"uglify-js": "^2.4.14", | "uglify-js": "^2.4.14", | ||
"unorm": "^1.3.3", | "unorm": "^1.3.3" | ||
"wgxpath": "^1.0.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^3.2.0", | "chai": "^3.2.0", | ||
... | ... |
Please register or sign in to comment