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

Adding additional operations #4

Merged
merged 1 commit into from
Dec 6, 2019
Merged

Adding additional operations #4

merged 1 commit into from
Dec 6, 2019

Conversation

SparshithNR
Copy link
Collaborator

  1. Added rmdirSync with recursive:true
  2. Added unlinkSync, symlinkOrCopySync
  3. Added tests for the same
  4. Added README changes

@SparshithNR
Copy link
Collaborator Author

#6

Copy link
Collaborator

@stefanpenner stefanpenner left a 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!

package.json Outdated Show resolved Hide resolved
test/unit-test.js Show resolved Hide resolved
1. Added rmdirSync with recursive:true
2. Added unlinkSync, symlinkOrCopySync
3. Added tests for the same
4. Added README changes
5. Update package version
@SparshithNR SparshithNR merged commit 617d76c into master Dec 6, 2019
@SparshithNR SparshithNR deleted the more-operations branch December 6, 2019 17:24
@@ -1,6 +1,6 @@
{
"name": "broccoli-output-wrapper",
"version": "3.0.0",
"version": "3.1.0",
Copy link
Member

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...

Copy link
Collaborator Author

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.

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.

3 participants