Repository URL to install this package:
|
Version:
1.0.13 ▾
|
loop-ping
/
Makefile
|
|---|
test:
./node_modules/mocha/bin/mocha --recursive;
build: clean
./node_modules/gulp/bin/gulp.js build
clean:
rm -fv npm-shrinkwrap.json
rm -rfv ./node_modules
npm install
npm shrinkwrap
.PHONY: test build clean