Skip to content

Commit

Permalink
feat(npm): prefer exact version when adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
langri-sha committed Jun 6, 2019
1 parent 88e0d44 commit a05c844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
!.editorconfig
!.eslintrc.js
!.gitignore
!.npmrc
!.travis.yml

dist/
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true

0 comments on commit a05c844

Please sign in to comment.