UNPKG
type-component
Version:
latest (0.0.1)
0.0.1
Cross-browser type assertions (less broken typeof)
type-component
/
Makefile
14 lines
(9 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test:
@node test/type
build: components index.js
@component build
components:
@Component install
clean:
rm -fr build components template.js
.PHONY
: clean test