Skip to content
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

fix: specify typescript as peerDep #287

Merged
merged 1 commit into from
Apr 23, 2020
Merged

fix: specify typescript as peerDep #287

merged 1 commit into from
Apr 23, 2020

Conversation

mightyiam
Copy link
Owner

Fixes #286.

@@ -68,6 +68,7 @@
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0",
"typescript": ">=3.8",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know the version that would actually be necessary. I just picked the latest.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think that this is reasonable 👍

@mightyiam mightyiam merged commit ce6e6ed into master Apr 23, 2020
@mightyiam mightyiam deleted the typescript-peerdep branch April 23, 2020 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typescript should be a peerDependency
2 participants