Skip to content

Commit

Permalink
Re-add main entrypoints and add types
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed Apr 17, 2023
1 parent bbd522f commit ed2a854
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/composables/package.json
Expand Up @@ -23,6 +23,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/constants/package.json
Expand Up @@ -22,6 +22,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/exceptions/package.json
Expand Up @@ -23,6 +23,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/extensions-sdk/package.json
Expand Up @@ -22,6 +22,8 @@
"./cli": "./dist/cli/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"directus-extension": "cli.js"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/schema/package.json
Expand Up @@ -36,6 +36,8 @@
"default": "./dist/types/overview.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/specs/package.json
Expand Up @@ -21,6 +21,8 @@
},
"./package.json": "./package.json"
},
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"dist",
"index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/storage/package.json
Expand Up @@ -23,6 +23,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/types/package.json
Expand Up @@ -22,6 +22,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/package.json
Expand Up @@ -31,6 +31,8 @@
},
"./package.json": "./package.json"
},
"main": "./dist/shared/index.js",
"types": "./dist/shared/index.d.ts",
"files": [
"dist",
"!**/*.d.ts.map"
Expand Down

0 comments on commit ed2a854

Please sign in to comment.