Publish v9.0.4
This commit is contained in:
parent
295e771ec4
commit
b48ec89953
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 9.0.4
|
## 2020-08-15, version 9.0.4
|
||||||
|
|
||||||
- Updated dependencies to `ace-builds@1.4.12`, `ajv@6.12.3`.
|
- Updated dependencies to `ace-builds@1.4.12`, `ajv@6.12.3`.
|
||||||
- Fix #1077: change the `main` field in `package.json` to point to the actual
|
- Fix #1077: change the `main` field in `package.json` to point to the actual
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.0.3",
|
"version": "9.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.0.3",
|
"version": "9.0.4",
|
||||||
"main": "./dist/jsoneditor.min.js",
|
"main": "./dist/jsoneditor.min.js",
|
||||||
"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