This commit is contained in:
tiddlygit-test 2021-10-03 03:43:04 +08:00
parent a7595f86fc
commit 5d7a2b5cf1
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "TiddlyGit", "name": "TiddlyGit",
"version": "0.5.2", "version": "0.5.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TiddlyGit", "name": "TiddlyGit",
"version": "0.5.2", "version": "0.5.3",
"license": "MPL 2.0", "license": "MPL 2.0",
"dependencies": { "dependencies": {
"@tiddlygit/tiddlywiki": "^5.2.0-prerelease.20211002", "@tiddlygit/tiddlywiki": "^5.2.0-prerelease.20211002",

View file

@ -2,7 +2,7 @@
"name": "TiddlyGit", "name": "TiddlyGit",
"productName": "TiddlyGit", "productName": "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.5.2", "version": "0.5.3",
"license": "MPL 2.0", "license": "MPL 2.0",
"scripts": { "scripts": {
"start": "npm run clean && npm run start-without-clean", "start": "npm run clean && npm run start-without-clean",