change jsoneditor dependency property value. (#787)

* change jsoneditor dependency property value. 

Adding the jsoneditor version into package.json npm install did not install jsoneditor with "file:../..".

* update jsoneditor version to have version.
This commit is contained in:
Vishwas Navada K 2019-09-07 14:59:36 +05:30 committed by Jos de Jong
parent 2876d49a59
commit f100c4f403
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "file:../..",
"jsoneditor": "^7.0.3",
"lodash": "4.17.15",
"react": "16.9.0",
"react-dom": "16.9.0",

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "file:../..",
"jsoneditor": "^7.0.3",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-scripts": "3.1.1"