We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0db0a8 commit 61f5b59Copy full SHA for 61f5b59
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uiw/react-codesandbox",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A React component is provided that allows you to programmatically generate codesandbox projects from code samples on the fly.",
5
"main": "lib/cjs/index.js",
6
"module": "lib/esm/index.js",
@@ -28,6 +28,11 @@
28
},
29
"author": "Kenny Wang <[email protected]>",
30
"license": "MIT",
31
+ "keywords": [
32
+ "react",
33
+ "codesandbox",
34
+ "react-codesandbox"
35
+ ],
36
"peerDependencies": {
37
"react": ">=16.9.0",
38
"react-dom": ">=16.9.0",
0 commit comments