Skip to content

Commit 3fab000

Browse files
authored
fix: adjust package.json fields (#55)
1 parent 8863415 commit 3fab000

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "@kasnix/structured-objects",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/luckasnix/structured-objects.git"
6+
"url": "git+https://github.com/luckasnix/structured-objects.git"
77
},
88
"type": "module",
9-
"main": "dist/index.js",
10-
"module": "dist/index.js",
11-
"types": "dist/index.d.ts",
9+
"exports": {
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"import": "./dist/index.js",
13+
"default": "./dist/index.js"
14+
}
15+
},
1216
"files": [
1317
"dist"
1418
],

0 commit comments

Comments
 (0)