Skip to content

Commit 7768ef2

Browse files
committed
Update package.json
1 parent 66a8211 commit 7768ef2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "tailwindcss-debug-screens",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A Tailwind CSS component that shows the currently active screen (responsive breakpoint).",
55
"main": "index.js",
66
"author": "Joren Van Hee",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/jorenvanhee/tailwindcss-debug-screens.git"
11+
},
12+
"homepage": "https://github.com/jorenvanhee/tailwindcss-debug-screens",
13+
"bugs": "https://github.com/jorenvanhee/tailwindcss-debug-screens/issues",
814
"peerDependencies": {
915
"tailwindcss": "^1.0"
1016
}

0 commit comments

Comments
 (0)