Skip to content

Commit 9739353

Browse files
committed
Fix dev.ts
1 parent c947fe3 commit 9739353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kodular/tinywebdb-core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Cloud-agnostic TinyWebDB core implementation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"skipLibCheck": true
3636
},
3737
"include": ["src/**/*"],
38-
"exclude": ["node_modules", "dist"]
38+
"exclude": ["node_modules", "dist", "src/dev.ts"]
3939
}

0 commit comments

Comments
 (0)