Add package-lock

This commit is contained in:
Ray Schamp 2019-07-12 10:13:28 -04:00
parent cdd8752c8c
commit 2b558efb1d
2 changed files with 15570 additions and 0 deletions

View file

@ -98,10 +98,16 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
install:
- sudo -H pip install -r requirements.txt
- npm --production=false install
- npm --production=false update
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
jobs:
include:
- stage: test

15564
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff