Skip to content

Commit 621308b

Browse files
v1.0.1; moved to github
1 parent 286f279 commit 621308b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

package.json

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"name": "pouchdb-req-http-query",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"description": "Given a CouchDB request object, make a similar http request on a given PouchDB database.",
6-
"repository": {
7-
"type": "bzr",
8-
"url": "http://bazaar.launchpad.net/~marten-de-vries/python-pouchdb/0.x"
9-
},
10-
"bugs": "https://bugs.launchpad.net/python-pouchdb",
6+
"repository": "pouchdb/pouchdb-req-http-query",
117
"keywords": [
128
"pouch",
139
"pouchdb",
@@ -25,15 +21,7 @@
2521
"pouchdb-plugin-error": "^1.0.0",
2622
"header-case-normalizer": "^1.0.0"
2723
},
28-
"devDependencies": {
29-
"es3ify": "^0.1.3"
30-
},
3124
"browser": {
3225
"xhr2": false
33-
},
34-
"browserify": {
35-
"transform": [
36-
"es3ify"
37-
]
3826
}
3927
}

0 commit comments

Comments
 (0)