Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Moved CLI modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblopes committed Feb 11, 2018
1 parent 844401e commit f0a256e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'use strict';

const program = require('yargs');
const buildCommands = require('../lib/build-commands');
const commands = require('./commands');
const buildCommands = require('./lib/build-commands');
const commands = require('./lib/cli-commands');

buildCommands(program, commands)
.strict(true)
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-phaser-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"webpack"
],
"bin": {
"phaser-plus": "cli/index.js"
"phaser-plus": "cli.js"
},
"files": [
"cli/",
Expand Down

0 comments on commit f0a256e

Please sign in to comment.