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:
parent
d770d98aff
commit
1a12422965
@ -2,4 +2,4 @@
|
||||
.c9/
|
||||
tmp/
|
||||
output/
|
||||
node_modules/
|
||||
node_modules/
|
20
package.json
20
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user