mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
0.1.1 First Alpha Release (Fix of Fix)
This commit is contained in:
parent
5a7ef42fda
commit
40c43a6e8d
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
singlebox_version: 0.1.0
|
singlebox_version: 0.1.1
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "TiddlyGit",
|
"name": "TiddlyGit",
|
||||||
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
|
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"main": "public/electron.js",
|
"main": "public/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"electron-dev": "npm run clean:dev && concurrently \"cross-env BROWSER=none npm run start\" \"wait-on http://localhost:3000 && electron .\" -k",
|
"electron-dev": "npm run clean:dev && concurrently \"cross-env BROWSER=none npm run start\" \"wait-on http://localhost:3000 && electron .\" -k",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue