Skip to content

Commit

Permalink
add type module to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Houguiram committed May 20, 2024
1 parent c5d43d9 commit fea0321
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "omegui-theme-generator",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"description": "",
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"keywords": [
"tamagui"
],
"files": ["dist"],
"keywords": ["tamagui"],
"license": "MIT",
"homepage": "https://github.com/Houguiram/omegui-theme-generator#README.md",
"repository": {
Expand Down

0 comments on commit fea0321

Please sign in to comment.