Skip to content

Commit 61f5b59

Browse files
committed
released v1.0.2
1 parent d0db0a8 commit 61f5b59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-codesandbox",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A React component is provided that allows you to programmatically generate codesandbox projects from code samples on the fly.",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",
@@ -28,6 +28,11 @@
2828
},
2929
"author": "Kenny Wang <[email protected]>",
3030
"license": "MIT",
31+
"keywords": [
32+
"react",
33+
"codesandbox",
34+
"react-codesandbox"
35+
],
3136
"peerDependencies": {
3237
"react": ">=16.9.0",
3338
"react-dom": ">=16.9.0",

0 commit comments

Comments
 (0)