Browse Source

npm 0.1.8

pull/13/head
oof1lab 7 years ago
parent
commit
28d7c3bf8b
  1. 2
      lib/util/cmd.helper.js
  2. 2
      package.json

2
lib/util/cmd.helper.js

@ -11,7 +11,7 @@ program.on('--help', () => {
})
program
.version('0.1.6')
.version('0.1.8')
.option('-h, --host <n>', 'hostname')
.option('-d, --database <n>', 'database schema name')
.option('-u, --user <n>', 'username of database / root by default')

2
package.json

@ -1,6 +1,6 @@
{
"name": "xmysql",
"version": "0.1.6",
"version": "0.1.8",
"description": "One command to generate REST APIs for any MySql database",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save