Skip to content

Commit 97a5685

Browse files
authored
Merge pull request #11 from simonkellly/main
fix: add package-lock to package to remove unity warnings
2 parents 9f07d16 + 0b08f32 commit 97a5685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
{
127127
"assets": [
128128
"package.json",
129+
"package-lock.json",
129130
"CHANGELOG.md"
130131
],
131132
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

0 commit comments

Comments
 (0)