From 217b0e05280c82aaee39bdcfdaeef45b7b62e725 Mon Sep 17 00:00:00 2001 From: Riccardo De Benedictis Date: Mon, 2 Oct 2023 11:37:31 +0200 Subject: [PATCH] added exports.. --- client/package-lock.json | 4 ++-- client/package.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 57ee553..cae3e8d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "ratio-solver", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ratio-solver", - "version": "1.2.4", + "version": "1.2.5", "dependencies": { "@mdi/font": "7.0.96", "d3": "^7.8.3", diff --git a/client/package.json b/client/package.json index a54e470..50f8e1e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,7 @@ { "name": "ratio-solver", - "version": "1.2.4", + "version": "1.2.5", + "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", @@ -19,8 +20,5 @@ "@vitejs/plugin-vue": "^3.0.3", "vite": "^3.1.9", "vite-plugin-vuetify": "^1.0.0-alpha.12" - }, - "exports": { - ".": "./index.js" } } \ No newline at end of file