Skip to content

Commit

Permalink
refactor: export targets helper from the main module
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 10, 2022
1 parent c4e317c commit 402a426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/

export { Logger } from './src/logger.js'
export { targets } from './src/targets/main.js'
export { defineConfig } from './src/define_config.js'
export {
transport,
destination,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js",
"./targets": "./build/src/targets/main.js"
"./types": "./build/src/types.js"
},
"scripts": {
"pretest": "npm run lint",
Expand Down

0 comments on commit 402a426

Please sign in to comment.