Merge pull request #1896 from tivac/travis-deps

Don't add travis-only deps to package.json
This commit is contained in:
Pierre-Yves Gérardy 2017-07-12 18:09:26 +02:00 committed by GitHub
commit 0cd151b08a
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@ cache:
# Custom install step so the travis-only stuff doesn't need to be in package.json
install:
- npm install
- npm install @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
- npm install --no-save @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
# Bundle before running tests so the bundle is always up-to-date
before_script: npm run build --silent

View file

@ -25,10 +25,8 @@
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"benchmark": "^2.1.4",
"eslint": "^3.19.0",
"gh-pages": "^0.12.0",
"istanbul": "^0.4.5",
"marked": "^0.3.6"
},