0.2.1 Performance Hot Fix

This commit is contained in:
tiddlygit-test 2020-08-15 11:55:44 +08:00
parent a1ad727730
commit d84fa80ccc
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "TiddlyGit",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "TiddlyGit",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.2.0",
"version": "0.2.1",
"main": "public/electron.js",
"scripts": {
"electron-dev": "npm run clean:dev && concurrently \"cross-env BROWSER=none npm run start\" \"wait-on http://localhost:3000 && electron .\" -k",