1.3.0 • Published 4 years ago

ledgy-pricing v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Ledgy Pricing

Our LedgyPricing React component used in ledgy-app and ledgy.com repos.

Setup

npm install

Development

One can run webpack dev sever which will open an instance on http://localhost:3001 with:

npm start

After making your changes, make sure there are no lint errors:

npm run lint

Release new version

After all changes are committed to master, remember to bump up the package.json version and publish it to npm.

The helper utility npm run prepublish will copy the transpiled code to the dist folder.

Finally, npm publish will publish the package to our Ledgy npm account.

Last step is to update ledgy-app and ledgy.com to use the latest ledgy-pricing version.

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago