Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Aug 31, 2022
2 parents f0d6b6f + b4aad6a commit c6aed2a
Show file tree
Hide file tree
Showing 4 changed files with 2,809 additions and 4,774 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 16.16

- name: Install
run: pnpm i
Expand Down
1 change: 0 additions & 1 deletion examples/lit/src/my-button.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { LitElement, css, html } from 'lit'
import { customElement, property } from 'lit/decorators.js'

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-license": "^2.8.1",
"simple-git-hooks": "^2.8.0",
"ts-node": "^10.9.1",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vite": "^3.0.9",
Expand All @@ -77,7 +78,8 @@
"esbuild": "^0.14.47",
"vite": "^3.0.9",
"vitest": "workspace:*",
"rollup": "~2.77.3"
"rollup": "~2.77.3",
"ts-node": "^10.9.1"
}
},
"simple-git-hooks": {
Expand Down

0 comments on commit c6aed2a

Please sign in to comment.