npm@5 in CI and package-lock.json

This commit is contained in:
Gregory Schier 2017-05-26 11:57:24 -07:00
parent e95dafcf75
commit 70a9da1812
4 changed files with 8118 additions and 2 deletions

View File

@ -15,7 +15,7 @@ environment:
# Things to install after repo clone # Things to install after repo clone
install: install:
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform - ps: Install-Product node $env:NODEJS_VERSION $env:Platform
- npm install -g npm@latest > Nul - npm install -g npm@5 > Nul
- npm config set msvs_version 2013 - npm config set msvs_version 2013
- npm install > NUL - npm install > NUL
- node --version - node --version

View File

@ -32,7 +32,10 @@ cache:
- $HOME/.cache - $HOME/.cache
install: install:
- npm install -g npm@5 > Nul
- npm install > /dev/null - npm install > /dev/null
- node --version
- npm --version
script: script:
- npm test - npm test

8111
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,9 @@
{ {
"name": "Insomnia", "name": "Insomnia",
"role": "Viewer", "role": "Viewer",
"schemes": ["insomnia"] "schemes": [
"insomnia"
]
} }
], ],
"fileAssociations": [], "fileAssociations": [],