Skip to content

Commit 81a1bcd

Browse files
committed
remove package-lock.json
- add package-lock.json to the gitgnore - add package-lock false to npmrc - delete package-lock file
1 parent e18daf6 commit 81a1bcd

File tree

3 files changed

+5
-7051
lines changed

3 files changed

+5
-7051
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
package-lock.json
2+
npm-shrinkwrap.json
3+
yarn.lock
4+
15
# Logs
26
logs
37
*.log

.npmrc

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

0 commit comments

Comments
 (0)