Skip to content

Commit

Permalink
update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
sterpe committed Feb 6, 2015
1 parent ea772d2 commit 88e9be2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmllint",
"version": "0.0.0",
"version": "0.1.0",
"description": "Online demo at http://syssgx.github.com/xml.js/",
"main": "xmllint.js",
"directories": {
Expand All @@ -13,12 +13,6 @@
"browserify": "~8.1.3",
"browserify-shim": "~3.8.2"
},
"browserify": {
"transform": [
"browserify-shim",
"brfs"
]
},
"browserify-shim": {
"xmllint": "global:xmllint"
},
Expand All @@ -27,11 +21,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/sterpe/xml.js"
"url": "https://github.com/kripken/xml.js"
},
"author": "",
"author": "kripken",
"contributors": [
"kripken",
"sterpe"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sterpe/xml.js/issues"
"url": "https://github.com/kripken/xml.js/issues"
}
}

0 comments on commit 88e9be2

Please sign in to comment.