Skip to content

Commit 61dd98d

Browse files
committed
fix: correct issues in package.json
1 parent b387946 commit 61dd98d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
"description": "Use Sass-like variables, conditionals, and iterators in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
7-
"repository": "armano2/postcss-advanced-variables-2",
8-
"homepage": "https://github.com/armano2/postcss-advanced-variables-2#readme",
9-
"bugs": "https://github.com/armano2/postcss-advanced-variables-2/issues",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/armano2/postcss-advanced-variables.git"
10+
},
11+
"homepage": "https://github.com/armano2/postcss-advanced-variables#readme",
12+
"bugs": "https://github.com/armano2/postcss-advanced-variables/issues",
1013
"main": "lib/index.js",
1114
"module": "lib/index.mjs",
1215
"files": [

0 commit comments

Comments
 (0)