Skip to content

Commit

Permalink
chore: add git repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saneef committed Apr 15, 2024
1 parent 9990146 commit fae2772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/saneef/postcss-design-token-utils.git"
},
"scripts": {
"test": "ava"
},
Expand All @@ -26,4 +30,4 @@
"peerDependencies": {
"postcss": "^8.0.0"
}
}
}

0 comments on commit fae2772

Please sign in to comment.