Repository URL to install this package:
|
Version:
0.6.0 ▾
|
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test