1.7.0 • Published 8 years ago

xs-utils v1.7.0

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

xs utils

development

$ npm start

release steps

# choose new version major.minor.patch.
# the following command will bump the version according to the chosen type.
npm version [major|minor|patch]
npm publish
# push all the things
git push origin master
git push --tags