Skip to content

Commit

Permalink
STDTC-115 point package.json's main at lib/index.js (#313)
Browse files Browse the repository at this point in the history
Whoops, typo: main pointed to `src/index.js`, which doesn't exist,
instead of `lib/index.js`, which does.

Refs STDTC-115
  • Loading branch information
zburke authored Oct 21, 2024
1 parent be68181 commit 1dfbb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* React v19: refactor away from unmountComponentAtNode. Refs STDTC-112
* React v19: refactor away from ReactDOM.render. Refs STDTC-111
* Add showSortIndicator prop to JobLogs component. Refs STDTC-116.
* Point `package.json`'s `main` to `lib/index.js`. Refs STDTC-115.

## [6.1.1](https://github.com/folio-org/stripes-data-transfer-components/tree/v6.1.1) (2024-04-19)
[Full Changelog](https://github.com/folio-org/stripes-data-transfer-components/compare/v6.1.0...v6.1.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@folio/stripes-data-transfer-components",
"version": "6.1.1",
"description": "Shared components for ui-data-import and ui-data-export projects",
"main": "src/index.js",
"main": "lib/index.js",
"repository": "folio-org/stripes-data-transfer-components",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand Down

0 comments on commit 1dfbb95

Please sign in to comment.