Skip to content

Commit 09a8995

Browse files
committedSep 18, 2023
Only apps should have lockfiles
1 parent 266b780 commit 09a8995

File tree

3 files changed

+6
-3446
lines changed

3 files changed

+6
-3446
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
node_modules
33

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

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

‎package-lock.json

-3,446
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.