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" }