Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbergmans committed Feb 20, 2022
1 parent 694c7df commit f61a6ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "palettey",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a 10-color pallete from a base color",
"main": "index.js",
"repository": "bartbergmans/palettey",
"scripts": {
"test": "jest"
},
"keywords": [
"front-end",
"development",
"dev",
"palette",
"color",
"tailwindcss"
"tailwindcss",
"generator",
"generate"
],
"author": "Bart Bergmans <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f61a6ad

Please sign in to comment.