Package Exports
- @procore/globalization-toolkit
- @procore/globalization-toolkit/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@procore/globalization-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
globalization-toolkit POC
i18n formatting library POC
compile typescript tsc -p tsconfig.build.json --outDir ./dist
or npm run build
delete dist folder: rm -r dist
or npm run clean
testing: jest
or npm run build
Install
npm i --save @procore/globalization-toolkit
Publishing
Creating a Release in github with the version tag starting with a 'v' will trigger CircleCI to publish a new release to npm.