@caronsale/landing-page-webflow-scripts
v2.8.13
Published
collection of js scripts which are used with our landing page
Readme
@caronsale/landing-page-webflow-scripts
Collection of scripts for caronsale.de.
TODO:
- [x] cd/ci automation with semantic releases
- [ ] testing with jest
- [ ] integrating typescript
Use via cdn
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@caronsale/landing-page-webflow-scripts${version}/dist/index.standalone.umd.js"
></script>How to publish
- Make sure your .npmrc is set correctly. The token can be found in 1Password
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null- Bundling
npm run build- Publishing
npm publish