Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
test:
@node node_modules/lab/bin/lab
test-cov:
@node node_modules/lab/bin/lab -t 100 -v

.PHONY: test test-cov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ hapi-lxjs

LXJS Repository for API building

yo yo yo!
yo yo yo yo yo!
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "hapi-lxjs",
"version": "0.0.0",
"version": "0.0.1",
"description": "Hapi plugins for the LXJS Hapi workshop",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test"
},
"repository": {
"type": "git",
Expand All @@ -25,6 +25,9 @@
},
"homepage": "https://github.com/nvcexploder/hapi-lxjs",
"dependencies": {
"hapi": "^6.0.2"
"hapi": "6.x.x"
},
"devDependencies": {
"lab": "3.x.x"
}
}