UNPKG
moduloteste
Version:
latest (1.0.0)
1.0.0
um modulo de teste
moduloteste
/
columnify
/
Makefile
10 lines
(5 loc)
•
137 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
all: columnify.js
prepublish: all
columnify.js: index.js package.json
babel index.js > columnify.js
.PHONY
: all prepublish