1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

feat: add npm publish lite

This commit is contained in:
oeyoews 2025-02-04 11:24:36 +08:00
parent d770d98aff
commit 1a12422965
3 changed files with 18 additions and 5 deletions

View File

@ -2,4 +2,4 @@
.c9/
tmp/
output/
node_modules/
node_modules/

1
.npmrc Normal file
View File

@ -0,0 +1 @@
registry=https://registry.npmjs.org/

View File

@ -1,9 +1,13 @@
{
"name": "tiddlywiki",
"preferGlobal": "true",
"version": "5.3.7-prerelease",
"name": "@oeyoews/tiddlywiki-lite",
"private": false,
"version": "5.3.6--lite",
"author": "Jeremy Ruston <jeremy@jermolene.com>",
"description": "a non-linear personal web notebook",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"contributors": [
{
"name": "Jeremy Ruston",
@ -37,5 +41,13 @@
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."
}
},
"files": [
"boot",
"core",
"themes",
"languages",
"plugins",
"tiddlywiki.js"
]
}