feat: add docs/ to npmignore

This commit is contained in:
Jacob Nguyen
2022-05-29 15:01:35 -05:00
parent cfd68b4388
commit f90342d6b1
2 changed files with 2 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
src/
tsconfig.json
tsconfig.json
docs/

View File

@@ -1,8 +1,4 @@
import type { UnionToIntersection } from './types/handler';
import type { Module } from './handler/structures/module';
export * as Sern from './handler/sern';
export * from './types/handler';
export * from './handler/structures/structxports';
export * from './handler/plugins/plugin';
let p: UnionToIntersection<Module>;