Skip to content

Commit

Permalink
1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmp135 committed Oct 1, 2022
1 parent 2253830 commit 50707fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmp135/sql-ts",
"version": "1.15.0",
"version": "1.15.1",
"main": "./dist/index.js",
"license": "MIT",
"description": "Generate TypeScript definitions from database schemas.",
Expand All @@ -14,6 +14,8 @@
"/dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"prepack": "npm run build",
"build": "tsc",
"prebuild": "copyfiles -f ./src/template.handlebars ./dist/",
"pretest": "tsc -p tsconfig.test.json",
Expand Down

0 comments on commit 50707fd

Please sign in to comment.