From 35c7459cb0905ba140c6ef91e420d6cb7931e213 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Thu, 2 Mar 2023 23:09:07 +0100 Subject: [PATCH] reform --- garlic-vue/package.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/garlic-vue/package.json b/garlic-vue/package.json index 09b6c49..45cf28e 100644 --- a/garlic-vue/package.json +++ b/garlic-vue/package.json @@ -1,12 +1,13 @@ { - "name": "garlic-vue", - "version": "1.0.0", - "description": "", - "main": "garlic.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "ISC" + "name": "garlic-vue", + "version": "1.0.0", + "description": "", + "main": "garlic.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" }