-
Notifications
You must be signed in to change notification settings - Fork 27
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
[CB-14140] Remove shelljs #23
Conversation
package.json
Outdated
"q": "^1.4.1", | ||
"shelljs": "^0.7.0" | ||
"shelljs": "^0.7.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.
Are we able to remove shelljs entirely from the package.json?
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.
Of course. Good catch. Will update this to remove it.
Embarrassing oversight given the title of the PR 😅
629b794
to
f3ff686
Compare
Linking this wonderful change in progress to Apache CB-14140 (https://issues.apache.org/jira/browse/CB-14140). |
@dpogue Are you fine with me merging this? |
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.
👍
Needed to support fs-extra in spec only in patch release FUTURE TBD may be removed from devDependencies if [apacheGH-23] shelljs -> fs-extra is completely ported to 1.3.x. NOT WANTED in master
partial cherry-pick from master, shelljs still in index.js & fetch-unit.spec.js FUTURE TBD: cherry-pick remaining changes & remove fs-extra from devDependencies
to avoid caching
Needed to support fs-extra in spec only in patch release FUTURE TBD may be removed from devDependencies if [apacheGH-23] shelljs -> fs-extra is completely ported to 1.3.x. NOT WANTED in master
partial cherry-pick from master, shelljs still in index.js & fetch-unit.spec.js FUTURE TBD: cherry-pick remaining changes & remove fs-extra from devDependencies
to avoid caching
No description provided.