pkg-to-dist
v0.0.6
Published
Simple library that moves package.json to dist folder and changes exports. Use to publish a library in a dist folder ```sh npm i --save-dev pkg-to-dist ``` ```sh npm run build && pkg-to-dist && cd dist && npm publish ```
Downloads
8
Readme
Simple library that moves package.json to dist folder and changes exports. Use to publish a library in a dist folder
npm i --save-dev pkg-to-dist
npm run build && pkg-to-dist && cd dist && npm publish