0.7.1 • Published 2 years ago

@taqtile/publish-package-json v0.7.1

Weekly downloads
277
License
MIT
Repository
github
Last release
2 years ago

publish-package-json

Command line utility to clean and copy package.json for publishing a npm package.

Basic usage

Add a npm-script shortcut:

{
  "scripts": {
    "clean-to-publish": "clean-to-publish"
  }
}

And use it

yarn run clean-to-publish

# or

npm run clean-to-publish

If you've installed globally, invoke directly from command line:

clean-to-publish

clean-to-publish command will read your package.json and add a modified version of it in the dist directory ommiting scripts, devDependencies, jest.

0.7.1

2 years ago

0.6.0

3 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.3-alpha.1

5 years ago

0.3.3-alpha.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago