Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Changed license in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robconery committed Mar 4, 2015
1 parent 6a978d1 commit 73e4766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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:
Expand Down
1 change: 0 additions & 1 deletion 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");

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha ."
},
"keywords": [
"postgres",
Expand All @@ -20,7 +20,7 @@
"Karl Seguin <karl@openmymind.net>",
"John Atten <xivsolutions@gmail.com>"
],
"license": "ISC",
"license": "BSD",
"dependencies": {
"async": "^0.9.0",
"commander": "^2.6.0",
Expand Down

0 comments on commit 73e4766

Please sign in to comment.