Skip to content

Commit 3215068

Browse files
committed
chore: bump version to 1.0.10 in package.json and update build script to include sourcemaps and minification
1 parent da030f2 commit 3215068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlkit",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A lightweight SQL builder for TypeScript",
55
"license": "MIT",
66
"author": {
@@ -16,7 +16,7 @@
1616
"types": "dist/index.d.ts",
1717
"module": "dist/index.mjs",
1818
"scripts": {
19-
"build": "pkgroll",
19+
"build": "pkgroll --sourcemap --clean-dist --minify",
2020
"tinker": "npx tsx watch src/tinker.ts",
2121
"test": "jest --runInBand",
2222
"format": "prettier --write \"src/**/*.ts\"",

0 commit comments

Comments
 (0)