Skip to content

Commit b5a6423

Browse files
authored
chore(package): add package-lock.json (#130)
1 parent 4ebd2c6 commit b5a6423

File tree

4 files changed

+7801
-4
lines changed

4 files changed

+7801
-4
lines changed

.npmrc

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

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock.json

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: node_js
2-
cache:
3-
directories:
4-
- "node_modules"
52
node_js:
63
- 4
74
- 6
85
- 8
6+
cache:
7+
directories:
8+
- "$HOME/.npm"
9+
install:
10+
- npm i -g npm@5
11+
- npm ci
912
script:
1013
- npm run test -- --runInBand

0 commit comments

Comments
 (0)