This commit is contained in:
silverwind 2017-12-03 12:21:36 +01:00
parent 03f638cbd5
commit 4c0d994424
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -2,7 +2,7 @@ lint:
eslint --color --quiet *.js
test:
node test.js
$(MAKE) lint
publish:
git push -u --tags origin master