We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b54892 commit 49b5edaCopy full SHA for 49b5eda
package.json
@@ -1,6 +1,11 @@
1
{
2
"name": "tailwind-config-viewer",
3
"version": "1.0.0",
4
+ "description": "View your Tailwind CSS config file...visually!",
5
+ "author": {
6
+ "name": "Ryan Ogden",
7
+ "email": "[email protected]"
8
+ },
9
"scripts": {
10
"serve": "node server/index.js & vue-cli-service serve",
11
"build": "vue-cli-service build",
@@ -12,6 +17,9 @@
12
17
"tailwindcss-config-viewer": "./cli/index.js"
13
18
},
14
19
"repository": "github:rogden/tailwind-config-viewer",
20
+ "bugs": {
21
+ "url": "https://github.com/rogden/tailwind-config-viewer/issues"
22
15
23
"keywords": [
16
24
"tailwind",
25
"tailwindcss"
@@ -46,4 +54,4 @@
46
54
"eslint-plugin-vue": "^5.0.0",
47
55
"vue-template-compiler": "^2.5.21"
48
56
}
49
-}
57
+}
0 commit comments