Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Sep 1, 2024
1 parent d06c15f commit 5cb14ee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/with-props",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enhance component with preset properties.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -33,5 +33,12 @@
},
"peerDependencies": {
"react": "*"
}
},
"keywords": [
"default-props",
"presets",
"properties",
"react",
"with-props"
]
}

0 comments on commit 5cb14ee

Please sign in to comment.