Skip to content

Commit 11532a1

Browse files
authored
Merge branch 'rgossiaux:master' into master
2 parents 172a9db + ae5672a commit 11532a1

File tree

12 files changed

+810
-984
lines changed

12 files changed

+810
-984
lines changed

.github/workflows/check.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: svelte-check
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: Install dependencies
16+
run: npm install
17+
- name: Run svelte-check
18+
run: npm run check -- --use-new-transformation
19+
File renamed without changes.

package-lock.json

Lines changed: 57 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"repository": "github:rgossiaux/svelte-headlessui",
18-
"version": "1.0.0",
18+
"version": "1.0.1",
1919
"scripts": {
2020
"dev": "svelte-kit dev",
2121
"build": "svelte-kit build",

0 commit comments

Comments
 (0)