Skip to content

Commit

Permalink
replace scoped package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Sep 21, 2023
1 parent 1134e49 commit b8199ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pixiebrix-jq-web",
"name": "@pixiebrix/jq-web",
"version": "0.5.1",
"description": "a hack that makes jq run in the browser with emscripten.",
"main": "jq.asm.bundle.min.js",
Expand Down

0 comments on commit b8199ad

Please sign in to comment.