@chuttapp/pay
v1.3.0
Published
Everything ChuttApp Pay in this library!
Downloads
37
Readme
Chuttapp Pay
Typescript template for creating and publishing with rollup, typescript, jest, eslint, prettier, and husky
Building
yarn buildOr, to minify and remove source maps:
yarn build-productionTesting
yarn testNote: If publishing for a web app, you may need the jsdom testEnvironment in the jest.config.js
See https://jestjs.io/docs/configuration#testenvironment-string
Publishing
yarn publishThis should build the package with rollup, use the specified version, and publish the results.
