@simpleanalytics/common
v1.5.14
Published
Common files and functions for Simple Analytics projects
Downloads
299
Readme
Common
Used for common configs across Simple Analytics. Visit on NPM.
Usage
To always install the latest version, copy the command below including the version number:
npm install @simpleanalytics/[email protected] --save
git add package.json package-lock.json -p
git commit -m "Upgrade @simpleanalytics/common to 1.5.14"
Development
The simplest way to work on this project is to use npm link
to symlink it to it's dependants. This means you can update this project and projects that import it will be updated automatically without needing to push to Github or tag a release etc.
First clone this project locally and run;
npm link
Then change directory to the dependant project, and run;
npm link @simpleanalytics/common
The symlink will be created and the project will stay up to date with any changes.
Release
This goes automatically. Just merge a PR and it will be a new release after the tests succeed.