Skip to content

Commit

Permalink
chore: Remove lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Sep 25, 2017
1 parent 8378e14 commit cbdaee3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -126,3 +126,6 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.gitignore.io/api/macos,windows,linux,node

package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions .yarnrc
@@ -0,0 +1 @@
--install.no-lockfile true

0 comments on commit cbdaee3

Please sign in to comment.