Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Jun 5, 2019
1 parent 2e1cbe4 commit 9abd637
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "oauth-1.0a",
"version": "2.2.5",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"test": "mocha"
},
"main": "oauth-1.0a.js",
"types": "oauth-1.0a.d.ts",
"repository": "https://github.com/ddo/oauth-1.0a.git",
"keywords": [
"oauth",
"1.0a",
"oauth1.0a",
"authorize",
"signature",
"nonce",
"consumer"
],
"author": "Ddo",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"dotenv": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"request": "^2.88.0"
}
"name": "oauth-1.0a",
"version": "2.2.6",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"test": "mocha"
},
"main": "oauth-1.0a.js",
"types": "oauth-1.0a.d.ts",
"repository": "https://github.com/ddo/oauth-1.0a.git",
"keywords": [
"oauth",
"1.0a",
"oauth1.0a",
"authorize",
"signature",
"nonce",
"consumer"
],
"author": "Ddo",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"dotenv": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"request": "^2.88.0"
}
}

0 comments on commit 9abd637

Please sign in to comment.