Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-manager[bot] authored Oct 2, 2023
2 parents 0d8d5d5 + e3be012 commit b7b139b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
lint:
uses: jill64/workflows/.github/workflows/lint.yml@main
secrets: inherit
check:
uses: jill64/workflows/.github/workflows/check.yml@main
publish-pages:
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jill64/svelte-inline-modal",
"version": "1.0.4",
"name": "svelte-inline-modal",
"version": "0.0.1",
"description": "A simple modal component that can be defined on the fly",
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,9 +18,6 @@
"default": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/jill64/svelte-inline-modal.git"
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"]
"extends": ["config:best-practices", ":pinDependencies"]
}

0 comments on commit b7b139b

Please sign in to comment.