Skip to content

Commit 55422a4

Browse files
committed
add missing info to package.json
1 parent f36ca86 commit 55422a4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@
33
"version": "1.0.0",
44
"description": "This plugin adds utilities to control the different styling axes of the variable font Recursive",
55
"main": "src/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/Deck9/tailwindcss-recursive-font-helper.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/Deck9/tailwindcss-recursive-font-helper/issues"
12+
},
13+
"homepage": "https://github.com/Deck9/tailwindcss-recursive-font-helper#readme",
614
"keywords": [
715
"tailwindcss",
816
"plugin"
917
],
10-
"author": "Philipp Reinking",
18+
"author": "Philipp Reinking <philipp@deck9.co>",
1119
"license": "MIT",
20+
"publishConfig": {
21+
"access": "public"
22+
},
1223
"dependencies": {
1324
"tailwindcss": "^2.2.7"
1425
}

0 commit comments

Comments
 (0)