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

Commit 35b0140

Browse files
authored
chore(package): add package-lock.json (#454)
1 parent 312e432 commit 35b0140

File tree

4 files changed

+7863
-2
lines changed

4 files changed

+7863
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ coverage/
66
*.iml
77
npm-debug.log
88
yarn.lock
9-
package-lock.json

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ cache:
88
directories:
99
- $HOME/.npm
1010

11+
before_install:
12+
- npm install -g npm@6.0.0
13+
14+
install:
15+
- npm ci
16+
1117
script:
1218
- npm run lint
1319
- npm run build

0 commit comments

Comments
 (0)