Skip to content

Commit

Permalink
fix: add scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog committed Jun 19, 2023
1 parent 213fb53 commit 3587057
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@hexadog/tailwind-social-colors",
"version": "0.1.0",
"license": "MIT",
"author": "Gaetan <[email protected]>",
"author": {
"name": "Gaetan B.",
"email": "[email protected]",
"url": "https://www.hexadog.com/"
},
"filename": "tailwind-social-colors.js",
"description": "Social color palette for TailwindCSS ",
"keywords": [
Expand All @@ -23,5 +27,12 @@
},
"bugs": {
"url": "https://github.com/hexadog/tailwind-social-colors/issues"
},
"homepage": "https://github.com/hexadog/tailwind-social-colors#readme",
"scripts": {
"upload": "npm publish --access public",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major"
}
}

0 comments on commit 3587057

Please sign in to comment.