Skip to content

Commit

Permalink
chore: release 8.0.5
Browse files Browse the repository at this point in the history
Release-As: 8.0.5
  • Loading branch information
orefalo committed Jun 16, 2024
1 parent 4234e7e commit 9f7ec2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

token: ${{ secrets.NPM_TOKEN }}
package: package/
7 changes: 7 additions & 0 deletions src/type_decl.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// fixes a svelte-check issue
declare module 'svelte-range-slider-pips'; // No chance to augment it at all

declare module 'svelte-highlight/styles/night-owl' {
const nightOwl: string;
export default nightOwl;
}

0 comments on commit 9f7ec2e

Please sign in to comment.