UNPKG
colorpath
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Find path for colors
github.com/Leopoldthecoder/colorpath
Leopoldthecoder/colorpath
colorpath
/
Makefile
11 lines
(7 loc)
•
102 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
.PHONY
: dist test
dev:
@npm run dev
dist:
@npm run dist
test:
@./node_modules/.bin/nyc npm test