UNPKG
json-stringify
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Enhanced JSON.stringify
github.com/kaelzhang/json-stringify
kaelzhang/json-stringify
json-stringify
/
Makefile
8 lines
(6 loc)
•
123 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
REPORTER = spec
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ ./test/json-stringify.js
.PHONY
: test