Skip to content

Commit

Permalink
edit config auto create config file2
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Dec 9, 2017
1 parent 23b1d45 commit e207369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mssql-i",
"version": "1.0.13",
"version": "1.0.15",
"description": "sqlserver interface, base on mssql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand All @@ -16,7 +16,7 @@
"tsBuild": "tsc -p tsconfig.json",
"docs": "typedoc --out docs src --module commonjs --hideGenerator && node ./tools/replaceDocFileUnderline.js",
"build": "npm run removeDist && npm run tsBuild && npm run docs",
"test": "nyc mocha -t 60000",
"test": "nyc mocha -t 120000",
"test-nyc": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
Expand Down

0 comments on commit e207369

Please sign in to comment.