Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Oct 16, 2020
1 parent 176059c commit fe2a233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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/",
"bump": "node bump-version.js"
},
"repository": {
"type": "git",
"url": "github.com/siddharthvp/mwn"
"url": "https://github.com/siddharthvp/mwn"
},
"keywords": [
"wikipedia-bot"
Expand Down
2 changes: 0 additions & 2 deletions tests/test_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit fe2a233

Please sign in to comment.