Skip to content

Commit 3a5de62

Browse files
committed
Remove pnpm lock from package.json
1 parent 847b531 commit 3a5de62

File tree

3 files changed

+3
-1652
lines changed

3 files changed

+3
-1652
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules
77
!bundle.js
88
*.d.ts
99
*.log
10+
pnpm-lock.yaml

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ tests
77
# Exclude
88
*.ts
99
!*.d.ts
10-
*.log
10+
*.log
11+
pnpm-lock.yaml

0 commit comments

Comments
 (0)