diff --git a/examples/interactive_call_endpoint.js b/examples/interactive_call_endpoint.js index 2aed684..0736312 100644 --- a/examples/interactive_call_endpoint.js +++ b/examples/interactive_call_endpoint.js @@ -17,7 +17,7 @@ const endpoint = process.argv[3] || '/users/me'; const params = JSON.parse(process.argv[4] || '{}'); const zuliprc = process.argv[5] ? path.resolve(__dirname, process.argv[5]) - : path.resolve(homedir, '.zuliprc'); + : path.resolve(homedir, 'zuliprc'); (async () => { const z = await zulip({ zuliprc }); diff --git a/package.json b/package.json index aaee3e8..7fd1938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zulip-js", - "version": "2.0.9", + "version": "2.1.0", "description": "Javascript library to access the Zulip API", "main": "lib/index.js", "directories": {