#!/usr/bin/make -f

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

%:
	dh $@ --with nodejs

override_dh_auto_build:
	rollup -c
