diff --git a/LICENSE b/LICENSE index e19300a..caae7a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ New BSD License http://www.opensource.org/licenses/bsd-license.php -Copyright (c) 2009, Rob Conery (robconery@gmail.com) +Copyright (c) 2015, Rob Conery (robconery@gmail.com) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/document_table.js b/lib/document_table.js index cb12b36..cce8008 100644 --- a/lib/document_table.js +++ b/lib/document_table.js @@ -1,7 +1,6 @@ var _ = require("underscore")._; var assert = require("assert"); var util = require('util'); -var operationsMap = require("./operations_map"); var Document = require("./document"); var Where = require("./where"); diff --git a/package.json b/package.json index 5a6a334..10b9401 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "test" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "mocha ." }, "keywords": [ "postgres", @@ -20,7 +20,7 @@ "Karl Seguin ", "John Atten " ], - "license": "ISC", + "license": "BSD", "dependencies": { "async": "^0.9.0", "commander": "^2.6.0",