Freightview Holidays Module
This repository contains the shared holiday helpers for Freightview's services.
To add to this or otherwise modify it in development, use npm link
, from the npm docs:
First, npm link in a package folder will create a globally-installed symbolic link from prefix/package-name to the current folder (see npm-config(7) for the value of prefix).
Next, in some other location, npm link package-name will create a symlink from the local node_modules folder to the global symlink.
Note that package-name is taken from package.json, not from directory name.