#!/usr/bin/make -f

TRANSPILE?=babel6
export TRANSPILE
BABEL_PRESET?=env
export BABEL_PRESET

%:
	dh $@ --with nodejs
