Skip to content

Commit

Permalink
add repository property to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Jun 5, 2024
1 parent 3c0c1ec commit 3e01eae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/covector-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: npm ci
- name: git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
git config --global user.name "${{ github.event.pull_request.user.name }}"
git config --global user.email "${{ github.event.pull_request.user.email }}"
- name: covector status
uses: jbolda/covector/packages/action@covector-v0
Expand Down
5 changes: 5 additions & 0 deletions packages/foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"url": "https://github.com/thefrontside/simulacrum/issues"
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/simulacrum.git",
"directory": "packages/foundation"
},
"keywords": [
"simulation",
"emulation",
Expand Down

0 comments on commit 3e01eae

Please sign in to comment.