🔥 Remove version export

This commit is contained in:
Androz2091 2021-04-25 18:21:49 +02:00
parent 87533ab94f
commit f1e6dd477e
2 changed files with 0 additions and 2 deletions

View file

@ -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';

View file

@ -6,7 +6,6 @@
"outDir": "./lib", "outDir": "./lib",
"strict": true, "strict": true,
"strictNullChecks": false, "strictNullChecks": false,
"resolveJsonModule": true,
"esModuleInterop": true "esModuleInterop": true
}, },
"include": [ "include": [