v0.1.15
wilsonshakespeare
released this
13 Feb 19:46
·
7 commits
to master
since this release
[0.1.15] - 2021-02-13
Fixed:
- fix: Remove dependency to package-lock.json 37cd725
Note:
fs.copySync unable to copy package-lock.json with intention to run npm ci
Hence instead of copying package-lock.json run npm install
instead