Skip to content

Commit 282b570

Browse files
committedOct 10, 2022
Only apps should have lockfiles
1 parent 10bd4cd commit 282b570

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# gitignore
2+
3+
node_modules
4+
5+
# Only apps should have lockfiles
6+
npm-shrinkwrap.json
7+
package-lock.json
8+
yarn.lock

‎.npmrc

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

0 commit comments

Comments
 (0)
Please sign in to comment.