UNPKG
mongo-key-escape
Version:
latest (0.0.1)
0.0.1
Escape mongo keys for periods and dollar signs
segmentio/mongo-key-escape
mongo-key-escape
/
Makefile
8 lines
(5 loc)
•
119 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
node_modules: package.json
@npm install
test: node_modules
@./node_modules/.bin/mocha --reporter spec
.PHONY
: test