Skip to content

Commit

Permalink
fix(updated-packagejson-&-workflow): fields added
Browse files Browse the repository at this point in the history
  • Loading branch information
mcha committed Jun 9, 2021
1 parent 72405c5 commit 2f19783
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Publish

on:
push:
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -34,5 +40,6 @@
"repository": {
"type": "git",
"url": "https://github.com/mcha-dev/lit-tailwindcss.git"
}
},
"homepage": "https://github.com/mcha-dev/lit-tailwindcss"
}

0 comments on commit 2f19783

Please sign in to comment.