We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72405c5 commit 2f19783Copy full SHA for 2f19783
2 files changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Node.js CI
+name: Publish
2
3
on:
4
push:
package.json
@@ -4,6 +4,12 @@
"description": "inject tailwindcss class into lit css tag",
5
"main": "dist/rollup-plugin-lit-tailwindcss.cjs.js",
6
"module": "dist/rollup-plugin-lit-tailwindcss.es.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "engines": {
11
+ "node": ">=12"
12
+ },
13
"scripts": {
14
"build": "rollup -c",
15
"semantic-release": "semantic-release --branches main"
@@ -34,5 +40,6 @@
34
40
"repository": {
35
41
"type": "git",
36
42
"url": "https://github.com/mcha-dev/lit-tailwindcss.git"
37
- }
43
44
+ "homepage": "https://github.com/mcha-dev/lit-tailwindcss"
38
45
}
0 commit comments