🔥 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 * from './types/types';
|
||||
export { PlayerError } from './utils/PlayerError';
|
||||
export { version } from '../package.json';
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [
|
||||
|
|
Loading…
Reference in a new issue