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 7, 2020
1 parent 10621d0 commit a8a7ca9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connection-string",
"version": "3.4.2",
"version": "4.0.0",
"description": "Advanced URL Connection String parser + generator.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"devDependencies": {
"@types/chai": "4.2.12",
"@types/mocha": "8.0.0",
"@types/node": "14.0.25",
"@types/mocha": "8.0.1",
"@types/node": "14.0.27",
"chai": "4.2.0",
"coveralls": "3.1.0",
"mocha": "8.0.1",
"mocha": "8.1.1",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"tslint": "6.1.3",
"typescript": "3.9.7"
}
}

0 comments on commit a8a7ca9

Please sign in to comment.