Skip to content

Commit

Permalink
fix: YUI compressor fix
Browse files Browse the repository at this point in the history
using a modified `debug` module that has a modified `ms` module that
is compatible with YUI compressor

vercel/ms#40
fixes #113
  • Loading branch information
vvo committed Jun 15, 2015
1 parent 8038867 commit 2a1d60a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "AlgoliaSearch API JavaScript client",
"main": "index.js",
"browser": {
"./index.js": "./src/browser/builds/algoliasearch.js"
"./index.js": "./src/browser/builds/algoliasearch.js",
"debug": "debug-ms-fix-yui-compressor"
},
"scripts": {
"build": "PACKAGE_VERSION=$(json -f src/version.json) ./scripts/build",
Expand Down Expand Up @@ -52,6 +53,7 @@
"dependencies": {
"agentkeepalive": "2.0.2",
"debug": "2.2.0",
"debug-ms-fix-yui-compressor": "2.2.0-future-reserved-word-fix-ms",
"envify": "3.4.0",
"es6-promise": "2.1.1",
"inherits": "2.0.1",
Expand Down

0 comments on commit 2a1d60a

Please sign in to comment.