0.7.0 • Published 4 years ago

@hubscience/hubscience-common v0.7.0

Weekly downloads
18
License
ISC
Repository
-
Last release
4 years ago

hubscience-common

Local development - create symlink

cd ./hubscience-common # go into the package directory npm link # creates global link cd ./hubscience-frontend # go into some other package directory (hubscience-frontend or hubscience-backend). npm link @hubscience/hubscience-common # link-install the package

Local development - remove symlink

cd ./hubscience-common # go into the package directory npm unlink # remove global link cd ./hubscience-frontend # go into some other package directory (hubscience-frontend or hubscience-backend). npm unlink @hubscience/hubscience-common # unlink the given package (--no-save is optional) npm i @hubscience/hubscience-common # install package from original source

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago