Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a10d025

Browse files
committedMar 12, 2012
0.9.6
1 parent a8979f1 commit a10d025

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
55
"description": "A pure node.js JavaScript Client implementing the MySQL protocol.",
66
"homepage": "https://github.com/felixge/node-mysql",
@@ -22,5 +22,6 @@
2222
},
2323
"engines": {
2424
"node": "*"
25-
}
25+
},
26+
"optionalDependencies": {}
2627
}

0 commit comments

Comments
 (0)
Please sign in to comment.