Skip to content

Commit

Permalink
Init package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Aug 17, 2024
1 parent 110d194 commit 3128f94
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions packages/solid-jotai-x/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jotai-x",
"version": "1.2.4",
"name": "solid-jotai-x",
"version": "1.0.0",
"description": "Jotai store factory for a best-in-class developer experience.",
"license": "MIT",
"homepage": "https://jotai-x.udecode.dev/",
"repository": {
"type": "git",
"url": "https://github.com/udecode/jotai-x.git",
"directory": "packages/jotai-x"
"directory": "packages/solid-jotai-x"
},
"bugs": {
"url": "https://github.com/udecode/jotai-x/issues"
Expand Down Expand Up @@ -39,20 +39,13 @@
"typecheck": "yarn p:typecheck"
},
"peerDependencies": {
"@types/react": ">=17.0.0",
"jotai": ">=2.0.0",
"react": ">=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
"jotai": ">=2",
"solid-jotai": ">=0",
"solid-js": ">=1"
},
"keywords": [
"jotai"
"jotai",
"solid-jotai"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3128f94

Please sign in to comment.