Skip to content

Commit 5d7a797

Browse files
committed
Project renaming
Project renamed because of NPM complaining "Package name too similar to existing packages"
1 parent 60340ba commit 5d7a797

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,3 @@ jobs:
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3131

32-
publish-gpr:
33-
needs: build
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v1
37-
- uses: actions/setup-node@v1
38-
with:
39-
node-version: 12
40-
registry-url: https://npm.pkg.github.com/
41-
scope: '@your-github-username'
42-
- run: npm ci
43-
- run: npm publish
44-
env:
45-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "luhnmodn",
2+
"name": "luhn-mod-n-algorithm",
33
"version": "1.0.0",
44
"description": "Creates and validates Luhn Mod N check values",
55
"main": "index.js",

0 commit comments

Comments
 (0)