blob: 3a67c57a3b1e0803c53cb2bab9f7ba7c2e0e522c [file]
all: columnify.js
prepublish: all
columnify.js: index.js package.json
babel index.js > columnify.js
.PHONY: all prepublish