Repository URL to install this package:
Version:
1.0.0-1 ▾
|
vending-mp-tcneg-dep
/
usr
/
local
/
lib
/
vending
/
mp
/
tcneg
/
node_modules
/
stack-trace
/
Makefile
|
---|
SHELL := /bin/bash
test:
@./test/run.js
release:
git push
git push --tags
npm publish .
.PHONY: test