summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2011-11-12 14:18:30 +0000
committerJake Farrell <jfarrell@apache.org>2011-11-12 14:18:30 +0000
commite24ba11cbbe3b6d9abb264483ee47016947a80c2 (patch)
tree305952a7dd75a4c339886de656efee74695556ea
parent29defeb6a71d8f1e71c6ff1d614f68c65897a97d (diff)
downloadthrift-e24ba11cbbe3b6d9abb264483ee47016947a80c2.tar.gz
Thrift-1425:The Node package is incompatible with latest node (0.6) & npm (1.0.27)
Client: nodejs Patch: David Worms Changes web to url within bug stanza for nodejs packaging git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1201270 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/nodejs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json
index c5c7d0a42..e378d2d97 100644
--- a/lib/nodejs/package.json
+++ b/lib/nodejs/package.json
@@ -19,7 +19,7 @@
],
"bugs":
{ "mail": "dev@thrift.apache.org",
- "web": "https://issues.apache.org/jira/browse/THRIFT"
+ "url": "https://issues.apache.org/jira/browse/THRIFT"
},
"directories" : { "lib" : "./lib/thrift" },
"main": "./lib/thrift",