Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 659d0cc

Browse files
author
Thomas Dombek
committedAug 27, 2024·
remove typings from package.json
1 parent 0b9d545 commit 659d0cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"description": "OData EDM generator",
55
"type": "module",
66
"exports": {
7-
"default" : "./dist/esm/decorators/index.js",
8-
"types" : "./dist/esm/decorators/index.d.ts"
7+
"default" : "./dist/esm/api/decorators.js",
8+
"types" : "./dist/esm/api/decorators.d.ts"
99
},
10-
"typings": "dist/types/api/decorators",
1110
"bin": {
1211
"gen-edm": "dist/esm/cli/index.js"
1312
},

0 commit comments

Comments
 (0)
Please sign in to comment.