Releases: wilsonshakespeare/create-tslibs
Releases · wilsonshakespeare/create-tslibs
v0.1.18
- hotfix: Fix infinite loop of prepare script 6be281c
v0.1.17
v0.1.16
v0.1.15
[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