Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 14, 2024
1 parent 8d7a2c2 commit 6541554
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-dodos-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bunny.net/edgescript-sdk": patch
---

bump
3 changes: 2 additions & 1 deletion example/simple-http-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"lint": "eslint src",
"test": "jest --silent --coverage",
"build": "ncc build src/main.ts -o dist/",
"build": "echo \"No buil\"",
"build-full": "ncc build src/main.ts -o dist/",
"release": "echo \"No release\""
},
"repository": {
Expand Down

0 comments on commit 6541554

Please sign in to comment.