Publish v7.0.3
This commit is contained in:
parent
f064dcf965
commit
2876d49a59
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.0.3
|
## 2019-09-04, version 7.0.3
|
||||||
|
|
||||||
- Fixed `index.js` pointing to non-transpiled code. See #783.
|
- Fixed `index.js` pointing to non-transpiled code. See #783.
|
||||||
- Fixed absolute url of images in SASS. Thanks @moonbreezee.
|
- Fixed absolute url of images in SASS. Thanks @moonbreezee.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue