Skip to content

Commit 2f19783

Browse files
author
mcha
committed
fix(updated-packagejson-&-workflow): fields added
1 parent 72405c5 commit 2f19783

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: Publish
22

33
on:
44
push:

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "inject tailwindcss class into lit css tag",
55
"main": "dist/rollup-plugin-lit-tailwindcss.cjs.js",
66
"module": "dist/rollup-plugin-lit-tailwindcss.es.js",
7+
"files": [
8+
"dist"
9+
],
10+
"engines": {
11+
"node": ">=12"
12+
},
713
"scripts": {
814
"build": "rollup -c",
915
"semantic-release": "semantic-release --branches main"
@@ -34,5 +40,6 @@
3440
"repository": {
3541
"type": "git",
3642
"url": "https://github.com/mcha-dev/lit-tailwindcss.git"
37-
}
43+
},
44+
"homepage": "https://github.com/mcha-dev/lit-tailwindcss"
3845
}

0 commit comments

Comments
 (0)