Skip to content

Commit 469ee40

Browse files
authored
Remove TypeScript typings (#17)
1 parent 3005116 commit 469ee40

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

index.d.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"module": "dist/esm/index.js",
77
"source": "src/index.js",
88
"sideEffects": false,
9-
"types": "./index.d.ts",
109
"scripts": {
1110
"build": "yarn build-js-all && yarn copy-styles && yarn build-styles",
1211
"build-js-all": "yarn build-js-esm && yarn build-js-umd",
@@ -84,7 +83,6 @@
8483
"files": [
8584
"LICENSE",
8685
"README.md",
87-
"index.d.ts",
8886
"dist/",
8987
"src/"
9088
],

0 commit comments

Comments
 (0)