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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
example | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
.npmignore | File | 30 B | 0644 |
|
License | File | 1.11 KB | 0644 |
|
Makefile | File | 300 B | 0644 |
|
README.md | File | 7.89 KB | 0644 |
|
equation.gif | File | 1.18 KB | 0644 |
|
index.js | File | 40 B | 0644 |
|
package.json | File | 1.4 KB | 0644 |
|