We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e801411 commit 43b8757Copy full SHA for 43b8757
1 file changed
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "rollup-plugin-lit-tailwindcss",
3
- "version": "0.0.0",
+ "version": "0.0.0-development",
4
"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
"scripts": {
8
- "build": "rollup -c"
+ "build": "rollup -c",
9
+ "semantic-release": "semantic-release --branches main"
10
},
11
"keywords": [
12
"rollup",
@@ -27,6 +28,11 @@
27
28
"autoprefixer": "^10.2.6",
29
"postcss": "^8.3.0",
30
"rollup": "^2.50.6",
- "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"
37
}
38
0 commit comments