Skip to content

Commit

Permalink
Purposefully don't lock dependencies
Browse files Browse the repository at this point in the history
Since this is a module and not an end package, we want CI/etc. to always
upgrade packages based on semver.
  • Loading branch information
stash committed Jul 30, 2018
1 parent 4cbd182 commit 550f951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
docker-compose.override.yml
.nyc_output
coverage
package-lock.json
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -2,3 +2,4 @@ docker-compose.yml
Dockerfile
.nyc_output
coverage
package-lock.json

0 comments on commit 550f951

Please sign in to comment.