Skip to content

Commit

Permalink
Updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrydn committed Apr 22, 2023
1 parent 65d755a commit 24bb171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
on:
- push
push:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
},
"repository": "https://github.com/jdrydn/git-variables",
"homepage": "https://github.com/jdrydn/git-variables#readme",
"bugs": "https://github.com/jdrydn/git-variables/issues",
"repository": "https://github.com/someimportantcompany/git-variables",
"homepage": "https://github.com/someimportantcompany/git-variables#readme",
"bugs": "https://github.com/someimportantcompany/git-variables/issues",
"author": "jdrydn <james@jdrydn.com> (https://jdrydn.com)",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 24bb171

Please sign in to comment.