diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6492a6b..cbe8d5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: Publish on: push: diff --git a/package.json b/package.json index 8b9fd43..57f29c7 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,12 @@ "description": "inject tailwindcss class into lit css tag", "main": "dist/rollup-plugin-lit-tailwindcss.cjs.js", "module": "dist/rollup-plugin-lit-tailwindcss.es.js", + "files": [ + "dist" + ], + "engines": { + "node": ">=12" + }, "scripts": { "build": "rollup -c", "semantic-release": "semantic-release --branches main" @@ -34,5 +40,6 @@ "repository": { "type": "git", "url": "https://github.com/mcha-dev/lit-tailwindcss.git" - } + }, + "homepage": "https://github.com/mcha-dev/lit-tailwindcss" }