Skip to content

Commit

Permalink
fix: correct broken package + bump to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Jul 10, 2024
1 parent a232f8a commit 8616856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hopp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- run: npm install
- run: npm run build

- name: Publish package
run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.5",
"version": "3.0.6",
"name": "@hoppscotch/httpsnippet",
"description": "HTTP Request snippet generator for *most* languages",
"author": "Hoppscotch Team <[email protected]>",
Expand Down

0 comments on commit 8616856

Please sign in to comment.