mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(express-partial-content): move source files
This commit is contained in:
		| @@ -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'; |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user