Skip to content

Commit

Permalink
:trollface: Version: 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
VandeurenGlenn committed Mar 5, 2017
1 parent 5068a49 commit a5536d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/backed.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ var Utils = class {
*/
destinationFromFile(file) {
let dest = file.path;
dest = dest.replace(`${file.cwd}\\`, '');
dest = dest.replace(`${file.base}/`, '');
dest = dest.split(path.sep);
if (dest.length > 1) {
dest[0] = file.dest;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backed-cli",
"version": "0.1.11",
"version": "0.1.12",
"description": "The official command line interface for Backed",
"homepage": "https://github.com/vandeurenglenn/backed-cli",
"author": {
Expand Down

0 comments on commit a5536d5

Please sign in to comment.