Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
remove typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Sep 24, 2022
1 parent 57d7b81 commit d41b9d9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Expand Up @@ -17,19 +17,7 @@
"vite-plugin"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc"
},
"packageManager": "yarn@3.2.3",
"module": "./src/index.js",
"devDependencies": {
"vite": "^3.0.9"
},
Expand Down

0 comments on commit d41b9d9

Please sign in to comment.