Skip to content

Commit 8dcdd1c

Browse files
chore: remove package-lock.json (#516)
Since we are using pnpm, we should not have package-lock.json committed. The file was committed as part of [this PR - feat(analyzer): Implement SUI analyzer](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/482/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519). This commit removes it and add the file to gitignore
1 parent 3ba8202 commit 8dcdd1c

File tree

2 files changed

+1
-1265
lines changed

2 files changed

+1
-1265
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ go.work.sum
2828

2929
# Node.js dependencies
3030
node_modules/
31+
package-lock.json
3132

3233
# Log output
3334
*.log

0 commit comments

Comments
 (0)