-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌹 move typescript as a dev dependency so people can update independently
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baeb648
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.
@basarat As well as being in
devDependencies
, shouldn'ttypescript
be added topeerDependencies
? It's a required dependency; it's not optional. If so, what should be the minimum sermver? 1.8?baeb648
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.
good idea. I would go with
*
till something turns up as a problem.baeb648
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.
Sure. However, there is a minimum, now, as I've used the
rootDir
option - in #174 - to simplify things. And I think it was only introduced in 1.5.I guess I should have a look to see if the current release works with versions earlier than 1.5. If it does, I suppose #174 is a breaking change. I don't suppose you happen to know
tsify
's minimum required TypeScript version?baeb648
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.
I'd be happy with 1.8.