Skip to content

Commit

Permalink
Revert back to without vite
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 21, 2024
1 parent b199a6d commit 1ffcb4e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ffcb4e

Please sign in to comment.