Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
[Dev Deps] update babal-preset-airbnb; downgrade sinon-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 19, 2018
1 parent 13b50ce commit 2098ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
- 'nvm install-latest-npm'
install:
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
- 'npm ls > /dev/null'
script:
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
- 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-replace-object-assign": "^1.0.0",
"babel-preset-airbnb": "^2.5.1",
"babel-preset-airbnb": "^2.5.2",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"eslint": "^4.19.1",
Expand All @@ -62,7 +62,7 @@
"rimraf": "^2.6.2",
"safe-publish-latest": "^1.1.1",
"sinon": "^3.3.0",
"sinon-sandbox": "^2.0.0"
"sinon-sandbox": "^1.0.2"
},
"dependencies": {
"airbnb-js-shims": "^2.0.0",
Expand Down

0 comments on commit 2098ee9

Please sign in to comment.