From fe2a233630305458870f40c62dfa32375b889f5b Mon Sep 17 00:00:00 2001 From: Siddharth VP Date: Fri, 16 Oct 2020 15:10:25 +0530 Subject: [PATCH] Bump version to 0.7.1 --- package.json | 6 +++--- tests/test_base.js | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a72bec1..2157869 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mwn", - "version": "0.7.0", - "description": "MediaWiki bot framework for NodeJS", + "version": "0.7.1", + "description": "MediaWiki bot framework for Node.js", "main": "./src/bot.js", "scripts": { "test": "mocha tests/", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "github.com/siddharthvp/mwn" + "url": "https://github.com/siddharthvp/mwn" }, "keywords": [ "wikipedia-bot" diff --git a/tests/test_base.js b/tests/test_base.js index 2abca25..c0b2433 100644 --- a/tests/test_base.js +++ b/tests/test_base.js @@ -23,8 +23,6 @@ let bot2 = new mwn({ }); let loginBefore = function() { - this.timeout(7000); - bot.initOAuth(); return bot.getTokensAndSiteInfo().then(() => { expect(bot.csrfToken).to.be.a('string');