Skip to content

Commit

Permalink
fixed repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
rjct committed Dec 12, 2023
1 parent 2227035 commit 2943d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
build_command: npm run build:all
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: "https://npm.pkg.github.com"
token: ${{ secrets.NPM_TOKEN }}
registry: "https://registry.npmjs.org"
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
"author": "Eugene Shordukalo <info@reject.in.ua>",
"homepage": "/~https://github.com/rjct/auto-clippath",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+/~https://github.com/rjct/auto-clippath.git"
},
"repository": "github:rjct/auto-clippath",
"browserslist": [
">0.2%",
"not dead",
Expand Down

0 comments on commit 2943d35

Please sign in to comment.