Browse Source

publish : npm v0.4.1

pull/13/head
oof1lab 7 years ago
parent
commit
6c82d31d8d
  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.4.0')
.version('0.4.1')
.option('-h, --host <n>', 'hostname / localhost by default')
.option('-u, --user <n>', 'username of database / root by default')
.option('-p, --password <n>', 'password of database / empty by default')

2
package.json

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

Loading…
Cancel
Save