Skip to content

Commit

Permalink
chore: package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 16, 2018
1 parent a714ff7 commit cc43a00
Show file tree
Hide file tree
Showing 4 changed files with 12,958 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=http://registry.npmjs.org/
save-exact=true
package-lock=true
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ cache:
notifications:
email: true
node_js:
- '8'
- '10'
install:
- npm ci
script:
- npm test
- npm run build
Expand Down
Loading

0 comments on commit cc43a00

Please sign in to comment.