Skip to content

Commit

Permalink
[Fix] Export package-lock.json (#24)
Browse files Browse the repository at this point in the history
* ignore lockfile for test

* valist sdk ^ for testing

* add package-lock json to output file
  • Loading branch information
BrettCleary authored May 3, 2024
1 parent c0065d6 commit acaf0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/cli",
"version": "2.11.7",
"version": "2.11.8",
"description": "Hyperplay CLI",
"author": "HyperPlay Labs, Inc.",
"bin": {
Expand All @@ -14,7 +14,8 @@
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/package-lock.json"
],
"dependencies": {
"@oclif/core": "^1.8.0",
Expand Down

0 comments on commit acaf0d7

Please sign in to comment.