mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(express-partial-content): move source files
This commit is contained in:
parent
24224d2c72
commit
adc5e8929b
@ -1,6 +0,0 @@
|
|||||||
export * from "./Content";
|
|
||||||
export * from "./ContentDoesNotExistError";
|
|
||||||
export * from "./ContentProvider";
|
|
||||||
export * from "./createPartialContentHandler";
|
|
||||||
export * from "./Logger";
|
|
||||||
export * from "./Range";
|
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@triliumnext/express-partial-content",
|
"name": "@triliumnext/express-partial-content",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
@ -1 +1,6 @@
|
|||||||
export * from './lib/express-partial-content.js';
|
export * from "./Content";
|
||||||
|
export * from "./ContentDoesNotExistError";
|
||||||
|
export * from "./ContentProvider";
|
||||||
|
export * from "./createPartialContentHandler";
|
||||||
|
export * from "./Logger";
|
||||||
|
export * from "./Range";
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
export function expressPartialContent(): string {
|
|
||||||
return 'express-partial-content';
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user