@gorillabot-labs/sticky-query-params
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@gorillabot-labs/sticky-query-params", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A tiny javascript module that saves marketing query params across page loads to better track conversions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Sticky Query Params | ||
A tiny javascript module that saves marketing query params across page loads to better track conversions | ||
# Development | ||
Keep this module light-weight. Consumers will be uploading this onto their marketing websites and we don't want to slow them down. | ||
3 Rules to keep in mind: | ||
1. Keep it simple | ||
1. Keep it fast | ||
1. Keep it tested | ||
# Testing | ||
1. Run test suite: `yarn test` | ||
# Deployment | ||
1. Run test suite: `yarn test` | ||
1. Create build: `yarn build` | ||
1. Bump package.json version | ||
1. Commit new version `git add . && git commit` | ||
1. Publish to npm `npm publish --access public` |
Sorry, the diff of this file is not supported yet
64289
25