Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Feb 17, 2022
1 parent f176bed commit 541e1f7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.8.14",
"version": "0.8.22",
"description": "DooTask is task management system.",
"main": "main.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.8.14",
"version": "0.8.22",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/270.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/423.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/build/406.js → public/js/build/459.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion public/js/build/726.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion public/js/grapheditor/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
left: 0;
right: 0;
top: 0;
bottom: 0
bottom: 0;
overflow: hidden;
background: #ffffff;
}
</style>
<script type="text/javascript">
Expand Down Expand Up @@ -45,6 +47,7 @@
<script type="text/javascript" src="js/Shapes.js"></script>
</head>
<body class="geEditor">
<script type="text/javascript" src="js/Dark.js"></script>
<div id="graph"></div>
<script type="text/javascript">
(function (win) {
Expand Down

0 comments on commit 541e1f7

Please sign in to comment.