Skip to content

Commit 3992edb

Browse files
committed
pkg: release v1.1.0-alpha.2 -- add package.json#exports.types
- newer versions of TS 4.7+ with `moduleResolution` set to `node16` and later require that, if `package.json#exports` is defined, then `package.json#exports.types` must also be defined. - this version should now work with `moduleResolution` set to `node16`, `bundler`, or `nodenext`
1 parent 844bc44 commit 3992edb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-signature-canvas",
3-
"version": "1.1.0-alpha.1",
3+
"version": "1.1.0-alpha.2",
44
"description": "A React wrapper component around signature_pad. 100% test coverage, types, examples, & more. Unopinionated and heavily updated fork of react-signature-pad",
55
"source": "./src/index.tsx",
66
"main": "./dist/index.umd.min.js",

0 commit comments

Comments
 (0)