Skip to content

Commit

Permalink
refactor: export EnvEditor from subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 26, 2023
1 parent 4e01c10 commit f8c6475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
export { Env } from './src/env.js'
export { EnvParser } from './src/parser.js'
export { EnvLoader } from './src/loader.js'
export { EnvEditor } from './src/editor.js'
export * as errors from './src/exceptions.js'
export { EnvProcessor } from './src/processor.js'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build/index.js"
],
"exports": {
".": "./build/index.js"
".": "./build/index.js",
"./editor": "./build/src/editor.js"
},
"engines": {
"node": ">=18.16.0"
Expand Down

0 comments on commit f8c6475

Please sign in to comment.