UNPKG
package-version
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.0.0
package-version
github.com/kaelzhang/node-package-version
package-version
/
Makefile
9 lines
(6 loc)
•
125 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
REPORTER = spec
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ ./test/package-version.js
.PHONY
: test