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

Add bin links #57

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Add bin links #57

merged 1 commit into from
Feb 24, 2022

Conversation

krisselden
Copy link
Collaborator

@krisselden krisselden commented Feb 23, 2022

Fix #56

@krisselden
Copy link
Collaborator Author

I still need to add test but it is not running tests on my PR

index.ts Outdated Show resolved Hide resolved
@krisselden krisselden force-pushed the bin-links branch 2 times, most recently from f8b97c7 to 1cfb06e Compare February 23, 2022 23:07
@krisselden
Copy link
Collaborator Author

Added a test.

writeSync() {
console.warn('this method is deprecated, please use write instead');
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably use your deprecated message from above which includes the exact method people should use:

project.writeSync() is now deprecated, please use `await project.write()` instead.

@thoov
Copy link
Contributor

thoov commented Feb 24, 2022

LGTM!

@krisselden krisselden merged commit 601b772 into stefanpenner:master Feb 24, 2022
@krisselden krisselden deleted the bin-links branch February 24, 2022 02:50
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.

Support node_modules/.bin when linking deps
2 participants