3.0.0 • Published 4 years ago

fyj-random-number v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

How to publish

travis build npm.io npm.io npm.io

Version

  • major.minor.patch
    • major: breaking changes
    • minor: new features
    • patch: bug fixes

Common Steps

  • newly release

    • npm adduser
    • npm publish
  • daily release

    • git commit changes
    • update version in package.json manually
    • git tag xxx.xxx.xxx
    • git push --tags
    • npm publish
  • beta release
    • git commit changes
    • update version in package.json manually
      • xxx.xxx.xxx-beta.x
    • git tag xxx.xxx.xxx-beta.x
    • git push --tags
    • npm publish --tag beta

Common Usage

  • install commonly
    • npm install xxxx
  • install beta

    • npm install xxxx@beta
  • pack and check

    • npm pack
3.0.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago