- [ ] create `restore.ts` file in src folder which on run should restore the package.json file - [ ] **Update usage documentation** ` 'postpack': 'node ./node_modules/.bin/clean-package-dot-json restore' ` the above script should be able to restore the package.json file - [ ] Update scripts in package.json to run restore script on postpack
create
restore.tsfile in src folder which on run should restore the package.json fileUpdate usage documentation
'postpack': 'node ./node_modules/.bin/clean-package-dot-json restore'the above script should be able to restore the package.json file