Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke committed Jan 24, 2021
1 parent b16af45 commit ad3dea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fster",
"version": "0.7.2",
"version": "0.7.3",
"description": "Make things ƒast, Break things ƒast, Learn things ƒster",
"repository": "https://github.com/Harambee-Dev/fster.git",
"author": "William Luke <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ async function run() {
if (cli.input[0] === "organize") {

}
cli.
if (!cli.input[0] || cli.input[0] === "local") {
let synced = false
let projects = await client.project.findMany();
Expand Down

0 comments on commit ad3dea9

Please sign in to comment.