UNPKG
date-with-offset
Version:
latest (1.0.1)
1.0.1
1.0.0
Work with timezone-aware dates
jamesarosen/date-with-offset
date-with-offset
/
Makefile
10 lines
(7 loc)
•
135 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test
: jshint @mocha @
echo
"Tests OK"
jshint: @node_modules/jshint/bin/jshint index.js
test
@
echo
"JSHint OK"
.PHONY:
test
jshint