Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 762 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 762 Bytes

Contributing

  1. Fork (https://github.com/yourname/yourproject/fork)
  2. Create feature branch (git checkout -b feature/foo-bar)
  3. For code styling, follow this guide.
  4. Commit your changes (git commit -am 'Add some foo bar')
  5. Push to the branch (git push origin feature/foo-bar)
  6. Create a new Pull Request

For publishing to NPM

Minification

And minify, npm run minify or minify --output dist/validator.js src/validator.js

Publishing to NPM

  • Get yourself added as a collaborator.
  • Increment the build version/project version in package.json

Run, npm publish