Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

chore(package): add package-lock.json #454

Merged
merged 1 commit into from
May 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ coverage/
*.iml
npm-debug.log
yarn.lock
package-lock.json
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ cache:
directories:
- $HOME/.npm

before_install:
- npm install -g npm@6.0.0

install:
- npm ci

script:
- npm run lint
- npm run build
Expand Down
Loading