Skip to content

Commit

Permalink
Merge pull request #681 from totaljs/revert-680-op-app
Browse files Browse the repository at this point in the history
Revert "Added Openplatform empty project command to totaljs bin file."
  • Loading branch information
petersirka committed Nov 11, 2018
2 parents aece5a6 + b3f6055 commit 32919b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/totaljs
Expand Up @@ -557,11 +557,6 @@ function main() {
return;
}

if (cmd === '-openplatform-app' || cmd === 'openplatform-app') {
git(dir, 'openplatform-application');
return;
}

if (cmd === '-flow' || cmd === 'flow') {
git(dir, 'emptyproject-flow');
return;
Expand Down

0 comments on commit 32919b6

Please sign in to comment.