chore: Fix webpack warning.

This commit is contained in:
SamTolmay 2021-05-26 11:46:34 +02:00
parent 5a4a91a179
commit 4792b54578

View File

@ -14,7 +14,8 @@
limitations under the License.
*/
import { version } from '../../../package.json';
import packageJson from '../../../package.json';
const { version } = packageJson;
export default `
lowdefy: ${version}