We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd18719 + 8b2e67d commit 1f57125Copy full SHA for 1f57125
package.json
@@ -8,7 +8,7 @@
8
"unpkg": "dist/index.umd.production.min.js",
9
"jsdelivr": "dist/index.umd.production.min.js",
10
"jsnext:main": "dist/index.esm.js",
11
- "source": "src/index.tsx",
+ "source": "src/index.ts",
12
"types": "dist/index.d.ts",
13
"sideEffects": false,
14
"files": [
src/index.tsx renamed to src/index.ts
@@ -1 +1,2 @@
1
export * from './ErrorMessage';
2
+export * from './types';
0 commit comments