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

allow for 2.x typescript compiler #20

Merged
merged 1 commit into from
Jul 17, 2016

Conversation

fivetanley
Copy link
Contributor

No description provided.

@fivetanley
Copy link
Contributor Author

fivetanley commented Jul 16, 2016

This also allows for the "next" tag which includes the latest dev release.

@fivetanley
Copy link
Contributor Author

"Next" is the most forward tag available on npm afaict:

image showing tags of typescript on NPM

You can view all the dist-tags here: http://registry.npmjs.org/typescript

@@ -35,7 +35,7 @@
"walk-sync": "^0.2.6"
},
"peerDependencies": {
"typescript": "^1.6.2 || ^1.7.0 || ^1.8.0 || ^1.9.0-dev"
"typescript": "^1.6.2 || ^1.7.0 || ^1.8.0 || ^1.9.0-dev || ^2.0.0 || next"
Copy link
Collaborator

@rwjblue rwjblue Jul 16, 2016

Choose a reason for hiding this comment

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

We should allow ^2.0.0-dev and ^2.1.0-dev also

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good idea, done

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.

2 participants