Skip to content

Commit 7736f5f

Browse files
committed
Fix up modules
1 parent f445f21 commit 7736f5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ setup:
55
cd .. ; \
66

77
test:
8+
cd _tests && npm install
89
find functions -type f |grep -v '/_' |xargs node _tests/cli.js -f
910

1011
site:

_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">= 0.6.0"
99
},
1010
"dependencies": {
11-
"q": "~0.9.3"
11+
"cli": "~0.4.4-2"
1212
},
1313
"keywords": [
1414
"cli",

0 commit comments

Comments
 (0)