Skip to content

Commit

Permalink
revert: package json name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvtrinidad committed Feb 23, 2023
1 parent cf40758 commit ccf5b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- main
- master
jobs:
test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jmvtrinidad/chimp",
"name": "chimp",
"description": "Your development companion for doing quality, faster.",
"version": "0.0.0-development",
"author": "Lukasz Gandecki lukasz@xolv.io",
Expand Down Expand Up @@ -74,7 +74,7 @@
]
},
"release": {
"branches": ["main"]
"branches": ["master"]
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ccf5b10

Please sign in to comment.