There was an error while loading. Please reload this page.
1 parent 6c23e43 commit 7e09d98Copy full SHA for 7e09d98
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-json-renderer",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "Render React components to a JSON tree",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -17,7 +17,7 @@
17
"jest": "BABEL_ENV=development jest",
18
"test": "npm run lint && npm run flow && npm run jest",
19
"start": "npm test && npm run build",
20
- "prepublishOnly": "npm npm run build"
+ "prepublishOnly": "npm run build"
21
},
22
"repository": {
23
"type": "git",
0 commit comments