Skip to content

Commit 032910c

Browse files
committed
feat: update package version
1 parent 76a88ba commit 032910c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "tailwindcss-with-aspect-ratio",
3-
"version": "0.4.3",
3+
"version": "1.0.0",
44
"main": "src/index.js",
55
"types": "src/index.d.ts",
66
"license": "MIT",
7-
"repository": "https://github.com/turn25/tailwindcss-aspect-ratio",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/turn25/tailwindcss-aspect-ratio.git"
10+
},
811
"publishConfig": {
912
"access": "public"
1013
},

0 commit comments

Comments
 (0)