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
install:
- 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 install > NUL
- node --version

View File

@ -32,7 +32,10 @@ cache:
- $HOME/.cache
install:
- npm install -g npm@5 > Nul
- npm install > /dev/null
- node --version
- npm --version
script:
- 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",
"role": "Viewer",
"schemes": ["insomnia"]
"schemes": [
"insomnia"
]
}
],
"fileAssociations": [],