Skip to content

Commit

Permalink
refactor(errors): add exports to package.json as alternate entry point
Browse files Browse the repository at this point in the history
BREAKING CHANGE: add exports to package.json
  • Loading branch information
jaketrent committed Apr 8, 2021
1 parent c38ea6c commit 9685ffc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/errors/package.json
Expand Up @@ -48,5 +48,9 @@
"@pluralsight/ps-design-system-normalize": "^4.4.1",
"@pluralsight/ps-design-system-storybook-preset": "^0.4.8",
"@pluralsight/ps-design-system-theme": "^7.1.8"
},
"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
}
}

0 comments on commit 9685ffc

Please sign in to comment.