diff --git a/.travis.yml b/.travis.yml index 1d76352d..03270c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.3 before_install: - npm install - - npm install -g + - npm install -g configurable-http-proxy - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels install: - pip install -f travis-wheels/wheelhouse -r dev-requirements.txt . diff --git a/Dockerfile b/Dockerfile index 50e1b60a..4b12a54b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ MAINTAINER Jupyter Project # install js dependencies RUN npm install -RUN npm install -g +RUN npm install -g configurable-http-proxy RUN mkdir -p /srv/ diff --git a/README.md b/README.md index d69e35db..ccd2006d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ which is required for npm to work on Debian/Ubuntu at this point) Then install javascript dependencies: - sudo npm install -g + sudo npm install -g configurable-http-proxy ## Installation diff --git a/package.json b/package.json index c10edfd6..a6d77027 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,6 @@ "type": "git", "url": "https://github.com/jupyter/jupyterhub.git" }, - "dependencies": { - "configurable-http-proxy": "*" - }, "devDependencies": { "bower": "*", "less": "~2",