UNPKG
sourcemap
Version:
latest (0.1.0)
0.1.0
Sourcemap generator for commonjs modules
github.com/kaelzhang/node-checker
sourcemap
/
Makefile
8 lines
(6 loc)
•
118 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
REPORTER = spec
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ ./test/sourcemap.js
.PHONY
: test