Skip to content

Commit

Permalink
Move to public package
Browse files Browse the repository at this point in the history
  • Loading branch information
TiMESPLiNTER committed Feb 1, 2024
1 parent abcd7d4 commit c629083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@timesplinter/pimple",
"name": "pimplejs",
"license": "LGPL-3.0-or-later",
"version": "2.0.0",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit c629083

Please sign in to comment.