We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a8211 commit 7768ef2Copy full SHA for 7768ef2
package.json
@@ -1,10 +1,16 @@
1
{
2
"name": "tailwindcss-debug-screens",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "A Tailwind CSS component that shows the currently active screen (responsive breakpoint).",
5
"main": "index.js",
6
"author": "Joren Van Hee",
7
"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",
14
"peerDependencies": {
15
"tailwindcss": "^1.0"
16
}
0 commit comments