Template Upload
This commit is contained in:
9
node_modules/columnify/Makefile
generated
vendored
Normal file
9
node_modules/columnify/Makefile
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
all: columnify.js
|
||||
|
||||
prepublish: all
|
||||
|
||||
columnify.js: index.js package.json
|
||||
babel index.js > columnify.js
|
||||
|
||||
.PHONY: all prepublish
|
Reference in New Issue
Block a user