-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(build): Bump Typescript to 3.9.2 #75
Conversation
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.es6", | ||
"unpkg": "dist/index.min.js", | ||
"jsdelivr": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
"typesVersions": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I didn't know this was a thing! https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-1.html#version-selection-with-typesversions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Been there a long time (which is good as its the type of thing you only need way after its been released!)
Looks like the documentation generation is failing (typedoc probably needs a version bump). I will take a look in the morning. |
@jasongrout Travis passing now... |
@GordonSmith this picked up conflicts from the release I did on Saturday. |
Generate type files for older typescript compilers Fixed issues relating to: microsoft/TypeScript#36696 Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
@blink1073 - rebased... |
Thanks again! |
Generate type files for older typescript compilers
Fixed issues relating to: microsoft/TypeScript#36696
Signed-off-by: Gordon Smith GordonJSmith@gmail.com