| .. | |||||
| example | |||||
| lib | |||||
| .npmignore | |||||
| License | |||||
| Makefile | |||||
| README.md | |||||
| equation.gif | |||||
| index.js | |||||
| package.json |
SHELL := /bin/bash test: @node test/runner.js release-major: test npm version major -m "Release %s" git push npm publish release-minor: test npm version minor -m "Release %s" git push npm publish release-patch: test npm version patch -m "Release %s" git push npm publish .PHONY: test
| .. | |||||
| example | |||||
| lib | |||||
| .npmignore | |||||
| License | |||||
| Makefile | |||||
| README.md | |||||
| equation.gif | |||||
| index.js | |||||
| package.json |