diff --git a/package.json b/package.json index d946eba..eca0ff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-js", - "version": "1.0.1", + "version": "1.0.2", "description": "A convertor between XML text and Javascript object / JSON text.", "repository": { "type": "git", @@ -57,7 +57,7 @@ "nodemon": "^1.11.0", "npm-run-all": "^4.0.1", "typescript": "^2.1.5", - "watch": "^1.0.2" + "watch": "^1.0.1" }, "scripts": { "debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",