Skip to content

Commit

Permalink
set access prop
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 29, 2024
1 parent b890f28 commit d7cec89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
node-version-file: .nvmrc
cache: pnpm
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "An Unplugin that wraps Stencil compiler for Vite, Webpack, Rollup, and more",
"license": "MIT",
"homepage": "https://github.com/stencil-community/unplugin-stencil#readme",
"access": "public",
"repository": {
"type": "git",
"url": "git+https://github.com/stencil-community/unplugin-stencil.git"
Expand Down

0 comments on commit d7cec89

Please sign in to comment.