diff --git a/src/icons/package.json b/src/icons/package.json index f4294d7f..27301bef 100644 --- a/src/icons/package.json +++ b/src/icons/package.json @@ -6,16 +6,8 @@ "type": "git", "url": "git://github.com/xola/ui-kit.git" }, - "files": [ - "build", - "build/icons.es.js" - ], - "main": "build/icons.es.js", - "module": "build/icons.es.js", + "main": "./index.js", "scripts": { - "preinstall": "vite build && echo '🚀'", - "prepare": "vite build && echo '🚨'", - "build": "npm run prepare", "format": "prettier --write -l src", "lint": "xola-lint src", "lint:fix": "xola-lint --fix src"