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