[DAEMON-258] appcd-gulp: Replace del.sync() with fs.removeSync()
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-09-26T15:29:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 2.0.0 |
Components | appcd-gulp |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-05-23T15:48:35.000+0000 |
Updated | 2018-09-26T15:30:07.000+0000 |
Description
Since we already depend on
fs-extra
, just use it's fs.removeSync()
function instead of pulling in del
.
This was fixed in https://github.com/appcelerator/appc-daemon/pull/331.