We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97e2e9 commit b4bb150Copy full SHA for b4bb150
1 file changed
packages/logger/package.json
@@ -1,15 +1,22 @@
1
{
2
"name": "@tailor-platform/function-logger",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Simple logger utility for Tailor applications",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/tailor-platform/function",
8
"directory": "packages/logger"
9
},
10
"module": "dist/index.js",
11
+ "main": "./dist/index.js",
12
"types": "dist/index.d.ts",
13
"type": "module",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/index.d.ts",
17
+ "default": "./dist/index.js"
18
+ }
19
+ },
20
"scripts": {
21
"build": "tsc",
22
"clean": "rm -rf dist"
@@ -20,4 +27,4 @@
27
"files": [
28
"dist"
29
]
23
-}
30
+}
0 commit comments