You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
chrismay
changed the title
Typescript typings missing from 1.2.0 yarnpkg.com
Typescript typings missing from 1.2.0 on yarnpkg.com
Jun 8, 2018
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.0The text was updated successfully, but these errors were encountered: