Skip to content

Commit

Permalink
fix root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed May 15, 2024
1 parent 461fdbf commit d77fac2
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"name": "@embellish/react",
"private": true,
"name": "embellish",
"version": "0.0.0",
"description": "A lightweight React styling primitive, powered entirely by CSS and inline styles",
"description": "A lightweight styling primitive, powered entirely by CSS and inline styles",
"repository": {
"type": "git",
"url": "git+https://github.com/embellishes/embellish.git"
},
"keywords": [
"react",
"inline",
"styles",
"css",
"polymorphic",
"box",
"stitches",
"tailwind"
],
"author": "Nick Saunders",
"license": "MIT",
"packageManager": "[email protected]",
Expand Down

0 comments on commit d77fac2

Please sign in to comment.