Skip to content

Commit

Permalink
chore: npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 28, 2024
1 parent 09f2cd6 commit 2e92df3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: ksassnowski/vueclid
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@ksassnowski/vueclid",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "./dist/vueclid.js",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*"
],
"license": "MIT",
"exports": {
".": {
"import": "./dist/vueclid.js",
Expand Down

0 comments on commit 2e92df3

Please sign in to comment.