Skip to content

Commit 28f846b

Browse files
chore: add package-lock.json (#25)
To achieve reproducible builds and avoid supply chain attacks, we should use a `package-lock.json`. (It will not be published and consumers will still be able to install different transient versions than in our lock file.)
1 parent 2d335fb commit 28f846b

File tree

3 files changed

+8600
-2
lines changed

3 files changed

+8600
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
# Created by https://www.gitignore.io/api/osx,node,linux,intellij+all,visualstudiocode
3-
package-lock.json
43
dist
54
### Intellij+all ###
65
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
package-lock=false
21
save-exact=true

0 commit comments

Comments
 (0)