chore: add package lock:

This commit is contained in:
Gleb Bahmutov 2019-04-26 09:56:07 -04:00
parent 2fbd969ab8
commit d19559b0d3
3 changed files with 7965 additions and 3 deletions

2
.npmrc
View file

@ -1,4 +1,4 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
package-lock=false
package-lock=true

View file

@ -2,11 +2,11 @@ language: node_js
notifications:
email: true
node_js:
- 9
- 10
# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install
- travis_retry npm ci
script:
- npm run test

7962
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff