@balancedbody/shopify-storefront-client
v1.0.7
Published
A customizable module to interact with Shopify's Storefront API, modified for use by Balanced Body
Downloads
3
Readme
Contributing to Shopify Storefront Client
Updating the npmjs.com package
Make your updates and run the following to tarball the package and deploy to npmjs.com
npm publish;
Make sure you bump the version number in
./package.json
. Otherwise npmjs.com gives you a version conflict error.
Updating the respository where this source code is located
Normal git
procedures. Add, commit, & push.