Skip to content

Commit

Permalink
fix: vb
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Dec 18, 2023
1 parent e90d4fd commit 723aedb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
"url": "https://github.com/zetxx"
},
"dependencies": {
"error": "^10.4.0",
"mssql": "10.0.1"
"error": "^10.4.0",
"mssql": "10.0.1"
},
"devDependencies": {
"tap": "*",
"semantic-release": "^22.0.12"
},
"scripts": {
},
"scripts": {
"unit-test": "./node_modules/tap/bin/run.js --no-cov ./tests/unit/"
},
"homepage": "https://github.com/zetxx/expose-sql-methods/blob/master/README.md",
"repository": {
},
"homepage": "https://github.com/zetxx/expose-sql-methods/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/zetxx/expose-sql-methods.git"
}
}
},
"version": "1.0.4"
}

0 comments on commit 723aedb

Please sign in to comment.