UNPKG

electron-updater

Version:

Cross platform auto-updater for electron applications

10 lines (7 loc) 257 B
test: ./node_modules/mocha/bin/mocha --reporter spec test-cov: istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R dot coveralls: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage .PHONY: test