close
Skip to content

Commit 7e09d98

Browse files
author
Paul Le Cam
committed
v0.5.0
1 parent 6c23e43 commit 7e09d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-json-renderer",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Render React components to a JSON tree",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -17,7 +17,7 @@
1717
"jest": "BABEL_ENV=development jest",
1818
"test": "npm run lint && npm run flow && npm run jest",
1919
"start": "npm test && npm run build",
20-
"prepublishOnly": "npm npm run build"
20+
"prepublishOnly": "npm run build"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)