Skip to content

Commit 43b8757

Browse files
author
mcha
committed
semantic release
1 parent e801411 commit 43b8757

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "rollup-plugin-lit-tailwindcss",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
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",
77
"scripts": {
8-
"build": "rollup -c"
8+
"build": "rollup -c",
9+
"semantic-release": "semantic-release --branches main"
910
},
1011
"keywords": [
1112
"rollup",
@@ -27,6 +28,11 @@
2728
"autoprefixer": "^10.2.6",
2829
"postcss": "^8.3.0",
2930
"rollup": "^2.50.6",
30-
"tailwindcss": "^2.1.4"
31+
"tailwindcss": "^2.1.4",
32+
"semantic-release": "^17.4.3"
33+
},
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/mcha-dev/lit-tailwindcss.git"
3137
}
3238
}

0 commit comments

Comments
 (0)