Building locally seems to include the dist/index.d.ts file as expected.
The package.json file says that it is "version": "1.2.0", but other files (e.g. dist/final-form-calculate.umd.js seem different to what's in master at the moment - in fact they look very similar (identical?) to v1.1.0
What is the current behavior?
the final-form-calculate v1.2.0 package, when installed via yarn or npm, does not include typescript typings.
What is the expected behavior?
Typings should be included in 1.2.0 as per PR #12
Other information
package/dist/index.d.ts
Building locally seems to include the
dist/index.d.ts
file as expected.The package.json file says that it is
"version": "1.2.0"
, but other files (e.g.dist/final-form-calculate.umd.js
seem different to what's in master at the moment - in fact they look very similar (identical?) to v1.1.0