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

export BABEL_ENV=publish

%:
	dh $@ --with nodejs
