Skip to content

Commit

Permalink
4.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Jan 8, 2018
1 parent 666430d commit 6ff5a43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql-i",
"version": "4.0.14",
"version": "4.0.15",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion project-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IProjectConfig } from './src/model/IProjectConfig';

let projectConfig: IProjectConfig = {
projectType: 'node',
command: true,
command: false,
documents: true,
unitTest: true,
}
Expand Down

0 comments on commit 6ff5a43

Please sign in to comment.