Skip to content

Commit 95791c0

Browse files
package : add credits section
1 parent 0e6a43a commit 95791c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
7+
"author": "Alexandre Brajeux",
8+
"description": "Tailwind CSS plugin to enable tailwind container queries for both width and height",
9+
"contributors": [
10+
{
11+
"name": "Kieran McHugh",
12+
"url": "https://github.com/kieranm"
13+
},
14+
{
15+
"name": "Alexandre Brajeux",
16+
"url": "https://https://github.com/abrajeux"
17+
}
18+
],
719
"repository": "https://github.com/abrajeux/tailwindcss-container-queries-2d",
820
"publishConfig": {
921
"access": "public"

0 commit comments

Comments
 (0)