Merge pull request #453 from pdehaan/patch-1
Update license attribute
Showing
| ... | @@ -53,11 +53,7 @@ | ... | @@ -53,11 +53,7 @@ |
| "pretest": "node test/support/createdb.js", | "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | "test": "mocha -R spec --timeout 480000" | ||
| }, | }, | ||
| "licenses": [ | "license": "BSD-3-Clause", | ||
| { | |||
| "type": "BSD" | |||
| } | |||
| ], | |||
| "keywords": [ | "keywords": [ | ||
| "sql", | "sql", | ||
| "sqlite", | "sqlite", | ||
| ... | ... |
Please
register
or
sign in
to comment