Skip to content

Commit fe2a233

Browse files
committed
Bump version to 0.7.1
1 parent 176059c commit fe2a233

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "mwn",
3-
"version": "0.7.0",
4-
"description": "MediaWiki bot framework for NodeJS",
3+
"version": "0.7.1",
4+
"description": "MediaWiki bot framework for Node.js",
55
"main": "./src/bot.js",
66
"scripts": {
77
"test": "mocha tests/",
88
"bump": "node bump-version.js"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "github.com/siddharthvp/mwn"
12+
"url": "https://github.com/siddharthvp/mwn"
1313
},
1414
"keywords": [
1515
"wikipedia-bot"

tests/test_base.js

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ let bot2 = new mwn({
2323
});
2424

2525
let loginBefore = function() {
26-
this.timeout(7000);
27-
2826
bot.initOAuth();
2927
return bot.getTokensAndSiteInfo().then(() => {
3028
expect(bot.csrfToken).to.be.a('string');

0 commit comments

Comments
 (0)