.PHONY: test

install:
	npm install

update:
	npm update


test:
	npm test
