#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with nodejs

override_dh_auto_build:
	babeljs src --out-dir dist --ignore /__tests__/
