Skip to content

Commit 49b5eda

Browse files
committed
Update package.json
1 parent 2b54892 commit 49b5eda

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "tailwind-config-viewer",
33
"version": "1.0.0",
4+
"description": "View your Tailwind CSS config file...visually!",
5+
"author": {
6+
"name": "Ryan Ogden",
7+
"email": "[email protected]"
8+
},
49
"scripts": {
510
"serve": "node server/index.js & vue-cli-service serve",
611
"build": "vue-cli-service build",
@@ -12,6 +17,9 @@
1217
"tailwindcss-config-viewer": "./cli/index.js"
1318
},
1419
"repository": "github:rogden/tailwind-config-viewer",
20+
"bugs": {
21+
"url": "https://github.com/rogden/tailwind-config-viewer/issues"
22+
},
1523
"keywords": [
1624
"tailwind",
1725
"tailwindcss"
@@ -46,4 +54,4 @@
4654
"eslint-plugin-vue": "^5.0.0",
4755
"vue-template-compiler": "^2.5.21"
4856
}
49-
}
57+
}

0 commit comments

Comments
 (0)