Skip to content

Commit

Permalink
🤡 add example package
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 15, 2024
1 parent 4eb9c8e commit 146524b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: yarn install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 11 additions & 0 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jsonresume-web-component-browser-examples",
"private": true,
"type": "module",
"scripts": {
"start": "servor --reload"
},
"dependencies": {
"servor": "^4.0.2"
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"type": "git",
"url": "git+https://github.com/scottnath/jsonresume-web-component.git"
},
"publishConfig": {
"provenance": true
},
"files": [
"dist",
"src",
Expand Down

0 comments on commit 146524b

Please sign in to comment.