Browse Source

Only apps should have lockfiles

Jordan Harband 7 years ago
parent
commit
09951b49c5
  1. 6
      .gitignore
  2. 1
      .npmrc

6
.gitignore vendored

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
# gitignore
HEAD
.cache
v*
@ -15,3 +16,8 @@ npm-debug.log @@ -15,3 +16,8 @@ npm-debug.log
.DS_Store
current
default-packages
# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

1
.npmrc

@ -0,0 +1 @@ @@ -0,0 +1 @@
package-lock=false
Loading…
Cancel
Save