Skip to content

Commit

Permalink
Merge pull request #150 from tyearke/qa/npm-lock
Browse files Browse the repository at this point in the history
Added npm lock files
  • Loading branch information
tyearke authored Jun 7, 2017
2 parents aa0a13e + 2c8ad50 commit 386350e
Show file tree
Hide file tree
Showing 3 changed files with 1,298 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ pear install Log
source ~/.nvm/nvm.sh
nvm install "$NODE_VERSION"
nvm use "$NODE_VERSION"

echo "Updating npm..."
npm update -g npm

echo "Installing npm dependencies..."
npm install
234 changes: 234 additions & 0 deletions etl/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 386350e

Please sign in to comment.