Skip to content

Commit c09462c

Browse files
committed
Assume npm 5.2.0 during development and CI
1 parent 2b4e35d commit c09462c

File tree

3 files changed

+40
-18
lines changed

3 files changed

+40
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
directories:
1717
- $HOME/.npm
1818
before_install:
19-
- npm install --global npm@^5.0.3
19+
- npm install --global npm@^5.2.0
2020
- npm --version
2121
- if [[ ${FRESH_DEPS} == "true" ]]; then rm package-lock.json; fi
2222
install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
nodejs_version: 4
2424
install:
2525
- ps: Install-Product node $env:nodejs_version
26-
- npm install --global npm@^5.0.3
26+
- npm install --global npm@^5.2.0
2727
- npm --version
2828
- git config core.symlinks true
2929
- git reset --hard

package-lock.json

Lines changed: 38 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)