Skip to content

Commit

Permalink
updating the package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 20, 2019
1 parent 4e741bd commit 23ebb64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connection-string",
"version": "2.7.1",
"version": "2.7.2",
"description": "Advanced URL Connection String parser + generator.",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"npm": ">=2.14.2"
},
"devDependencies": {
"coveralls": "3.0.4",
"eslint": "6.0.1",
"coveralls": "3.0.6",
"eslint": "6.2.1",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0"
}
Expand Down
20 changes: 20 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"compilerOptions": {
"declaration": true,
"declarationDir": "./dist",
"esModuleInterop": true,
"module": "commonjs",
"strict": true,
"noUnusedLocals": true,
"outDir": "./dist",
"target": "es5"
},
"include": [
"examples/*.ts",
"src/*.ts",
"test/*.ts"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 23ebb64

Please sign in to comment.