Skip to content

Commit 44d655e

Browse files
author
Aurynn Shaw
committed
contact info changes in the readme.
Removed the unused results.js. Bumped to 0.1.1, post changing to crypto. Works on node 0.4.0!
1 parent b3bc897 commit 44d655e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library allows for the correct handling of server-side prepared queries.
77

88
Nested DB calls will be executed in the order of definition.
99

10-
All code is available under the terms of the MIT license, unless otherwise noted (md5.js)
10+
All code is available under the terms of the MIT license
1111

1212
(c) 2010, Tim Caswell, Aurynn Shaw.
1313

lib/results.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{"name": "postgres-js",
2-
"version": "0.1.0",
3-
"description": "Pure-JavaScript implementation of the Postgres Protocol",
2+
"version": "0.1.1",
3+
"description": "Pure-JavaScript implementation of the Postgres protocol",
44
"homepage": "https://public.commandprompt.com/projects/postgres-js/",
55
"author": {
66
"name": "Aurynn Shaw",
7-
"email": "ashaw@commandprompt.com",
7+
"email": "aurynn@gmail.com",
88
},
99
"main": "lib/postgres-pure",
1010
"dependencies" :

0 commit comments

Comments
 (0)