node/deps/npm/node_modules/retry/Makefile
isaacs c721604d25 npm: Upgrade to 1.1.33
Support for parallel use of the cache folder
Retry on registry timeouts or network failures
Reduce 'engines' failures to a warning
Use new zsh completion if aviailable
2012-06-28 19:08:32 -07:00

8 lines
63 B
Makefile

SHELL := /bin/bash
test:
@node test/runner.js
.PHONY: test