From 40af7c2f4a74f044c7f2fc69fa17603114ae8fd0 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Fri, 8 Nov 2013 16:50:17 -0600 Subject: [PATCH] Update package.jsn --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index adb2dcd1..aac33aee 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-pg-cursor", + "name": "pg-cursor", "version": "0.0.1", "description": "", "main": "index.js", @@ -7,10 +7,10 @@ "test": "test" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node test/" }, - "author": "", - "license": "BSD", + "author": "Brian M. Carlson", + "license": "MIT", "devDependencies": { "gonna": "0.0.0" },