Skip to content

Commit 9d8732b

Browse files
committed
Only apps should have lockfiles
1 parent 3ab41e2 commit 9d8732b

File tree

3 files changed

+6
-1837
lines changed

3 files changed

+6
-1837
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
node_modules
22

33
npm-debug.log
4+
5+
# Only apps should have lockfiles
6+
npm-shrinkwrap.json
7+
package-lock.json
8+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)