🔥 Remove version export
This commit is contained in:
parent
87533ab94f
commit
f1e6dd477e
2 changed files with 0 additions and 2 deletions
|
@ -7,4 +7,3 @@ export { Track } from './Structures/Track';
|
||||||
export { Queue } from './Structures/Queue';
|
export { Queue } from './Structures/Queue';
|
||||||
export * from './types/types';
|
export * from './types/types';
|
||||||
export { PlayerError } from './utils/PlayerError';
|
export { PlayerError } from './utils/PlayerError';
|
||||||
export { version } from '../package.json';
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"strictNullChecks": false,
|
"strictNullChecks": false,
|
||||||
"resolveJsonModule": true,
|
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
Loading…
Reference in a new issue