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:
parent
2876d49a59
commit
f100c4f403
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue