Skip to content

Commit 7cedd1e

Browse files
authored
fix package.json
1 parent 7ff9c4e commit 7cedd1e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
"build": "tailwindcss build src/styles.css -o public/styles.css"
88
},
99
"keywords": [],
10-
"author": "",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/solygambas/html-css-tailwind-tutorial.git"
13+
},
14+
"author": "solygambas",
1115
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/solygambas/html-css-tailwind-tutorial/issues"
18+
},
19+
"homepage": "https://github.com/solygambas/html-css-tailwind-tutorial#readme",
1220
"dependencies": {
1321
"autoprefixer": "^10.2.4",
1422
"tailwindcss": "^2.0.2"

0 commit comments

Comments
 (0)