aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwabilin <[email protected]>2021-12-25 20:49:18 +0900
committerwabilin <[email protected]>2021-12-25 20:49:30 +0900
commit70fc172cfd56ba9253f0b52dfb3d79c3603a5bd4 (patch)
treea4d37f13e8cb6dd0e6586169ea400555513b5d1b
parentchore(release): 0.5.0 [skip ci] (diff)
downloadholo-schedule-70fc172cfd56ba9253f0b52dfb3d79c3603a5bd4.tar.xz
holo-schedule-70fc172cfd56ba9253f0b52dfb3d79c3603a5bd4.zip
fix: add npm-shrinkwrap.json in release
-rw-r--r--.releaserc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.releaserc b/.releaserc
index 74fddb1..4dea99a 100644
--- a/.releaserc
+++ b/.releaserc
@@ -11,6 +11,7 @@
"assets": [
"CHANGELOG.md",
"package.json",
+ "npm-shrinkwrap.json",
"yarn.lock"
]
}