Skip to content

Commit

Permalink
chore(package): add package-lock.json (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
macklinu committed May 24, 2018
1 parent 4ebd2c6 commit b5a6423
Show file tree
Hide file tree
Showing 4 changed files with 7,801 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 1 addition & 0 deletions .prettierignore
@@ -0,0 +1 @@
package-lock.json
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,10 +1,13 @@
language: node_js
cache:
directories:
- "node_modules"
node_js:
- 4
- 6
- 8
cache:
directories:
- "$HOME/.npm"
install:
- npm i -g npm@5
- npm ci
script:
- npm run test -- --runInBand

0 comments on commit b5a6423

Please sign in to comment.