This commit is contained in:
tiddlygit-test 2020-08-22 19:29:45 +08:00
parent aa7b3a40a7
commit 6dcb471bf4

View file

@ -1,7 +1,7 @@
{
"name": "TiddlyGit",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.2.1",
"version": "0.3.0",
"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",