diff options
Diffstat (limited to 'node_modules/clean-css/lib/options/rebase-to.js')
-rw-r--r-- | node_modules/clean-css/lib/options/rebase-to.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/clean-css/lib/options/rebase-to.js b/node_modules/clean-css/lib/options/rebase-to.js deleted file mode 100644 index 134b4a382..000000000 --- a/node_modules/clean-css/lib/options/rebase-to.js +++ /dev/null @@ -1,7 +0,0 @@ -var path = require('path'); - -function rebaseToFrom(option) { - return option ? path.resolve(option) : process.cwd(); -} - -module.exports = rebaseToFrom; |