@simpleanalytics/common

1.4.3 • Public • Published

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/common@1.4.3 --save
git add package.json package-lock.json -p
git commit -m "Upgrade @simpleanalytics/common to 1.4.3"

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @simpleanalytics/common

Weekly Downloads

120

Version

1.4.3

License

ISC

Unpacked Size

115 kB

Total Files

34

Last publish

Collaborators

  • simpleanalytics