Skip to content

Commit

Permalink
Merge pull request #1711 from Fdawgs/chore/package
Browse files Browse the repository at this point in the history
chore(package): fix repository url; add homepage and bugs urls
  • Loading branch information
dhensby authored Nov 18, 2024
2 parents ea475b0 + b36519f commit e259796
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
"version": "9.1.1",
"main": "index.js",
"type": "commonjs",
"repository": "github:tediousjs/node-mssql",
"repository": {
"type": "git",
"url": "git+https://github.com/tediousjs/node-mssql.git"
},
"homepage": "https://github.com/tediousjs/node-mssql#readme",
"bugs": {
"url": "https://github.com/tediousjs/node-mssql/issues"
},
"license": "MIT",
"dependencies": {
"@tediousjs/connection-string": "^0.6.0",
Expand Down Expand Up @@ -64,6 +71,6 @@
"test-cli": "mocha --exit -t 15000 test/common/cli.js"
},
"bin": {
"mssql": "./bin/mssql"
"mssql": "bin/mssql"
}
}

0 comments on commit e259796

Please sign in to comment.