Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Le Cam committed Dec 6, 2017
1 parent a501969 commit 5976a9b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "react-json-renderer",
"version": "0.5.3",
"version": "0.5.4",
"description": "Render React components to a JSON tree",
"repository": {
"type": "git",
"url": "git+https://github.com/MainframeHQ/react-json-renderer.git"
},
"keywords": ["react", "json", "renderer"],
"keywords": [
"react",
"json",
"renderer"
],
"bugs": {
"url": "https://github.com/MainframeHQ/react-json-renderer/issues"
},
Expand All @@ -22,8 +26,7 @@
"compile:es": "BABEL_ENV=esm babel src --out-dir es",
"build:compile": "npm run compile:lib && npm run compile:es",
"build:flow": "flow-copy-source src lib && flow-copy-source src es",
"build":
"npm run build:clean && npm run build:compile && npm run build:flow",
"build": "npm run build:clean && npm run build:compile && npm run build:flow",
"flow": "flow check",
"lint": "eslint ./src",
"jest": "BABEL_ENV=development jest",
Expand Down

0 comments on commit 5976a9b

Please sign in to comment.