UNPKG
gen-uid
Version:
latest (0.0.2)
0.0.2
0.0.1
Fast and simple uid generator
github.com/fi11/gen-uid
fi11/gen-uid
gen-uid
/
Makefile
12 lines
(9 loc)
•
157 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
NODE ?= node test: @$(NODE) ./node_modules/.bin/mocha \
--reporter spec \
--slow 2s \
--harmony-generators \
--timeout 5s \
--bail
.PHONY: test