Skip to content

Commit

Permalink
feat(package.json): add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Mar 31, 2022
1 parent 2d24b17 commit 83a4d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@
"semantic-release": "^18.0.0",
"sinon": "^11.0.0",
"typescript": "^4.0.0"
},
"exports": {
"./use-position": "./src/use-position.js",
"./use-focus": "./src/use-focus.js"
}
}
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './cosmoz-dropdown';
export * from './use-focus';
export * from './use-position';

0 comments on commit 83a4d8e

Please # to comment.