Skip to content

Commit 57503fa

Browse files
committed
tested in 0.5.10, updated package.json web -> url
1 parent aa0ed69 commit 57503fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
55
"homepage": "http://github.com/dylang/node-xml",
66
"keywords": [
@@ -12,7 +12,7 @@
1212
"contributors": [
1313
"Dylan Greene (https://github.com/dylang)",
1414
"Dodo (https://github.com/dodo)",
15-
"Felix Geisendšrfer (felix@debuggable.com)"
15+
"Felix Geisendrfer (felix@debuggable.com)"
1616
],
1717
"repository":
1818
{
@@ -22,7 +22,7 @@
2222
"bugs":
2323
{
2424
"mail": "dylang@gmail.com",
25-
"web": "http://github.com/dylang/node-xml/issues"
25+
"url": "http://github.com/dylang/node-xml/issues"
2626
},
2727
"devDependencies": {
2828
"nodeunit": "*",

0 commit comments

Comments
 (0)