Skip to content

Commit 74707f7

Browse files
committed
chore: bump version to 1.0.11 in package.json, remove .npmignore file, and include dist directory in package files
1 parent 3215068 commit 74707f7

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.npmignore

-10
This file was deleted.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlkit",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A lightweight SQL builder for TypeScript",
55
"license": "MIT",
66
"author": {
@@ -15,6 +15,9 @@
1515
"main": "dist/index.cjs",
1616
"types": "dist/index.d.ts",
1717
"module": "dist/index.mjs",
18+
"files": [
19+
"dist"
20+
],
1821
"scripts": {
1922
"build": "pkgroll --sourcemap --clean-dist --minify",
2023
"tinker": "npx tsx watch src/tinker.ts",

0 commit comments

Comments
 (0)