From f1e6dd477e8a4d5a84c9f85e74f6971ae43a0337 Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sun, 25 Apr 2021 18:21:49 +0200 Subject: [PATCH] :fire: Remove version export --- src/index.ts | 1 - tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 70f10f1..4dd3a82 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; diff --git a/tsconfig.json b/tsconfig.json index 3566c04..629bcf8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "outDir": "./lib", "strict": true, "strictNullChecks": false, - "resolveJsonModule": true, "esModuleInterop": true }, "include": [