Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmk65 committed Apr 4, 2019
1 parent 45558bb commit f7ac5e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions dist/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@

<script>
// Here you can override the default external library mappings for testing etc. if needed.
/* window.mappingOverride = {
/*
window.mappingOverride = {
jsoneditor: {
js: 'file://C:/GITHub/json-editor/dist/jsoneditor.js'
}
};*/
};
*/
</script>
<link rel="stylesheet" href="css/jsoneditor_demo.min.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jsoneditor_demo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/jsoneditor_demo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pmk65/jedemov2",
"title": "JSONEditor Interactive Demo v2",
"description": "JSON Schema based editor demo",
"version": "0.6.0",
"version": "1.0.0",
"main": "dist/jsoneditor.js",
"author": {
"name": "Peter Klein",
Expand Down
2 changes: 2 additions & 0 deletions src/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@

<script>
// Here you can override the default external library mappings for testing etc. if needed.
/*
window.mappingOverride = {
jsoneditor: {
js: 'file://C:/GITHub/json-editor/dist/jsoneditor.js'
}
};
*/
</script>
<link rel="stylesheet" href="css/jsoneditor_demo.min.css" />
</head>
Expand Down

0 comments on commit f7ac5e6

Please sign in to comment.