Skip to content

Commit d5c9141

Browse files
committed
chore: Release 2.3.0
1 parent e610f5c commit d5c9141

11 files changed

+74
-39
lines changed

docs/app-53f4e.js

-2
This file was deleted.

docs/app-53f4e.js.map

-1
This file was deleted.

docs/asset-manifest.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": {
3+
"main.js": "/static/js/main.3ae635ac.js",
4+
"index.html": "/index.html",
5+
"main.3ae635ac.js.map": "/static/js/main.3ae635ac.js.map"
6+
},
7+
"entrypoints": [
8+
"static/js/main.3ae635ac.js"
9+
]
10+
}

docs/index.html

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<title>React Editable Json Tree</title>
6-
</head>
7-
<body style="margin: 0;">
8-
9-
<div id="app"></div>
10-
11-
<script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="app-53f4e.js"></script></body>
12-
</html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>React Editable Json Tree</title><script defer="defer" src="/static/js/main.3ae635ac.js"></script></head><body style="margin:0"><div id="app"></div></body></html>

docs/manifest.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"short_name": "REJT Dev App",
3+
"name": "React Editable JSON Tree Dev App",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"theme_color": "#000000",
7+
"background_color": "#ffffff"
8+
}

docs/robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

docs/static/js/main.3ae635ac.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/**
2+
* @license
3+
* Lodash <https://lodash.com/>
4+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
5+
* Released under MIT license <https://lodash.com/license>
6+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8+
*/
9+
10+
/**
11+
* @license React
12+
* react-dom.production.min.js
13+
*
14+
* Copyright (c) Facebook, Inc. and its affiliates.
15+
*
16+
* This source code is licensed under the MIT license found in the
17+
* LICENSE file in the root directory of this source tree.
18+
*/
19+
20+
/**
21+
* @license React
22+
* react-jsx-runtime.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/
29+
30+
/**
31+
* @license React
32+
* react.production.min.js
33+
*
34+
* Copyright (c) Facebook, Inc. and its affiliates.
35+
*
36+
* This source code is licensed under the MIT license found in the
37+
* LICENSE file in the root directory of this source tree.
38+
*/
39+
40+
/**
41+
* @license React
42+
* scheduler.production.min.js
43+
*
44+
* Copyright (c) Facebook, Inc. and its affiliates.
45+
*
46+
* This source code is licensed under the MIT license found in the
47+
* LICENSE file in the root directory of this source tree.
48+
*/

docs/static/js/main.3ae635ac.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendor.bundle.js

-23
This file was deleted.

docs/vendor.bundle.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)