From 931acd6097d143cd7220c141acccd449de2a62ae Mon Sep 17 00:00:00 2001 From: lloydbenson Date: Fri, 20 Jun 2014 13:34:45 -0500 Subject: [PATCH 1/3] add another yo, yo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc9d35..12de6ca 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ hapi-lxjs LXJS Repository for API building -yo yo yo! +yo yo yo yo! From 5e60b56a125d17188b12905c9c22e50798a555bd Mon Sep 17 00:00:00 2001 From: lloydbenson Date: Fri, 20 Jun 2014 13:52:50 -0500 Subject: [PATCH 2/3] add moar --- Makefile | 6 ++++++ package.json | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bb991bc --- /dev/null +++ b/Makefile @@ -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 diff --git a/package.json b/package.json index 3121301..7a3767c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } } From 377832a38a92803f5dbeb409a20e6e14976db36e Mon Sep 17 00:00:00 2001 From: lloydbenson Date: Fri, 20 Jun 2014 13:56:01 -0500 Subject: [PATCH 3/3] more yo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12de6ca..01363d2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ hapi-lxjs LXJS Repository for API building -yo yo yo yo! +yo yo yo yo yo!