// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
columnify
[ PARENT ]
EDIT :: Makefile
all: columnify.js prepublish: all columnify.js: index.js package.json babel index.js > columnify.js .PHONY: all prepublish
SAVE
CANCEL