Skip to content

Commit 0d42634

Browse files
committed
Bump version
1 parent 51bede3 commit 0d42634

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

example/backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"express-jwt": "^5.1.0",
1616
"jsonwebtoken": "^7.3.0",
1717
"mongoose": "^4.9.0",
18-
"passport": "^0.3.2",
19-
"passport-bitbucket-token": "^0.1.1"
18+
"passport": "^0.3.2"
2019
},
2120
"devDependencies": {
2221
"gulp": "~3.9.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-bitbucket-token",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Passport strategy for authenticating with Bitbucket access tokens using the OAuth 2.0 API.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)