Skip to content

Commit

Permalink
change package name again (with scope) :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Glintschert committed Jan 9, 2020
1 parent 8b3d2aa commit 77f5183
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,3 @@ jobs:
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: 'as-ideas'
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "add-to-homescreen-react",
"name": "@ideasio/add-to-homescreen-react",
"version": "1.0.0",
"description": "A React component providing add-to-home-screen functionality for different platforms and browsers.",
"main": "build/AddToHomeScreen.js",
Expand Down

0 comments on commit 77f5183

Please sign in to comment.