Skip to content

Commit 7124065

Browse files
committedJun 5, 2014
Gave node modules version numbers and published them on npm, small fix to the nodejs test suite, some documentation changes.
1 parent 2199ff4 commit 7124065

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎README renamed to ‎README.md

File renamed without changes.

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "pouchdb-req-http-query",
3+
"version": "0.1.0",
34
"main": "index.js",
45
"description": "Given a CouchDB request object, make a similar http request on a given PouchDB database.",
56
"repository": {
67
"type": "bzr",
78
"url": "http://bazaar.launchpad.net/~marten-de-vries/python-pouchdb/0.x"
89
},
910
"dependencies": {
10-
"xhr2": "*"
11+
"xhr2": ">=0.0.7"
1112
},
1213
"devDependencies": {
13-
"es3ify": "*"
14+
"es3ify": "^0.1.3"
1415
},
1516
"browser": {
1617
"xhr2": false

0 commit comments

Comments
 (0)
Please sign in to comment.