diff --git a/.github/workflows/publish-to-npm.yaml b/.github/workflows/publish-to-npm.yaml index 4501cc0..1d47d9d 100644 --- a/.github/workflows/publish-to-npm.yaml +++ b/.github/workflows/publish-to-npm.yaml @@ -19,8 +19,7 @@ jobs: cd dist npm run build-prod - name: Publish to NPM - run: npm publish - + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 965d25b..edf3ba7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aristotle_tooltip", + "name": "@aristotle-metadata-enterprises/aristotle_tooltip", "version": "0.0.3", "description": "Aristotle Tooltip: add Aristotle functionality to any website!", "main": "dist/aristotle_tooltip.js",