Skip to content

Commit

Permalink
🐛 fix(exports): correctly export version and name of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
sladg committed Dec 23, 2022
1 parent 768582f commit e7b74f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "cz-emoji-conventional"
}
4 changes: 3 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as path from 'path'
import path from 'path'

export const optimizerCodePath = path.resolve(__dirname, './code.zip')
export const optimizerLayerPath = path.resolve(__dirname, './dependencies-layer.zip')

export const handler = 'imaginex-lambda/handler.handler'

export { version, name } from '../package.json'

0 comments on commit e7b74f1

Please sign in to comment.