npm: Use npm-update to keep all packages updated
Rather than freezing the packages and updating them manually, use npm-update to have the latest available version.
This commit is contained in:
parent
e71004f291
commit
ec298c769f
3 changed files with 4 additions and 19079 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -21,3 +21,6 @@ coverage
|
|||
|
||||
*~
|
||||
bots
|
||||
|
||||
# using npm-upate we keep all packages updated
|
||||
package-lock.json
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
install:
|
||||
- npm ci
|
||||
- npm install
|
||||
script:
|
||||
- npm run travis:verify
|
||||
- npx codecov
|
||||
|
|
|
|||
19078
package-lock.json
generated
19078
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue