diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json index 60a0d79..2eee6e9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name" : "xml2json", - "version": "0.2.1", + "version": "0.2.2", "author": "Andrew Turley", "email": "aturley@buglabs.net", "description" : "Converts xml to json using node-expat.",