UNPKG

repellatquo

Version:

OAuth 1.0a Request Authorization for Node and Browser.

7 lines (5 loc) 267 B
test: clear && mocha --recursive --reporter spec --slow 1 coveralls: istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage .PHONY: test