We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a88ba commit 032910cCopy full SHA for 032910c
package.json
@@ -1,10 +1,13 @@
1
{
2
"name": "tailwindcss-with-aspect-ratio",
3
- "version": "0.4.3",
+ "version": "1.0.0",
4
"main": "src/index.js",
5
"types": "src/index.d.ts",
6
"license": "MIT",
7
- "repository": "https://github.com/turn25/tailwindcss-aspect-ratio",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/turn25/tailwindcss-aspect-ratio.git"
10
+ },
11
"publishConfig": {
12
"access": "public"
13
},
0 commit comments