Skip to content

Commit 1cac63b

Browse files
committedMay 10, 2019
commit package-lock.json to git to use npm ci
1 parent 3ea8cf4 commit 1cac63b

File tree

3 files changed

+6381
-2
lines changed

3 files changed

+6381
-2
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules/
22
dist/
33
dist.es5/
44
build/
5-
package-lock.json
65
.nyc_output/
76
coverage/
87
benchmark/sandbox.ts

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
12
language: node_js
23
addons:
34
firefox: latest
45
node_js:
56
- "lts/*"
67
- "node"
78
cache: npm
8-
before_install: npm install -g nyc codecov
9+
install:
10+
- npm install -g nyc codecov
11+
- npm ci
912
script:
1013
- npm run test:browser:firefox
1114
- npm run test:cover

‎package-lock.json

+6,377
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.