Skip to content

Commit

Permalink
set unix endlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jayralencar committed Jan 19, 2018
1 parent 68b8ca6 commit 79d6ae4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/basel-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function removerAcentos( newStringComAcento ) {
}

return string;
}
}
2 changes: 1 addition & 1 deletion bin/basel-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ function wizard (options) {
_.assign(options, results);
database.wizard(options);
});
}
}
2 changes: 1 addition & 1 deletion bin/basel-init.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ var options = {
base: program.base
};

wizard(options);
wizard(options);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Framework for Bootstrap, AngularJS, SQLite, Electron",
"author": "Jayr Alencar <http://github.com/jayralencar>",
"readmeFilename": "README.md" ,
Expand Down

0 comments on commit 79d6ae4

Please sign in to comment.