-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adding additional operations #4
Conversation
SparshithNR
commented
Dec 6, 2019
- Added rmdirSync with recursive:true
- Added unlinkSync, symlinkOrCopySync
- Added tests for the same
- Added README changes
faed8a0
to
61e46ea
Compare
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.
Left some small comments, but this looks good to me!
61e46ea
to
0924e81
Compare
1. Added rmdirSync with recursive:true 2. Added unlinkSync, symlinkOrCopySync 3. Added tests for the same 4. Added README changes 5. Update package version
0924e81
to
af442ba
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "broccoli-output-wrapper", | |||
"version": "3.0.0", | |||
"version": "3.1.0", |
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.
FWIW, it's generally better to leave the version number until you are ready to actually publish. That's my process at least...
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 should also follow that too. I am simply bumping versions that I don't like. I will make a note of this.