Skip to content

Commit 1eb49c9

Browse files
author
Artem Shteltser
committed
Update
Fixed before hook
1 parent 908f137 commit 1eb49c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4664
-1386
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"rest"
1111
],
1212
"homepage": "https://github.com/MunifTanjim/node-bitbucket#readme",
13-
"bugs": "https://github.com/MunifTanjim/node-bitbucket/issues",
13+
"bugs": {
14+
"url": "https://github.com/MunifTanjim/node-bitbucket/issues"
15+
},
1416
"license": "MIT",
1517
"author": "MunifTanjim (https://muniftanjim.com)",
1618
"files": [
@@ -22,9 +24,12 @@
2224
"unpkg": "lib/index.umd.js",
2325
"jsdelivr": "lib/index.umd.js",
2426
"types": "lib/index.d.ts",
25-
"repository": "github:MunifTanjim/node-bitbucket",
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/MunifTanjim/node-bitbucket.git"
30+
},
2631
"scripts": {
27-
"build": "npm-run-all -s build:core build:plugins",
32+
"build": "npm-run-all -s build:core",
2833
"prebuild:core": "rimraf lib/*.js lib/*.js.map",
2934
"build:core": "bili",
3035
"prebuild:plugins": "rimraf lib/plugins/*.js lib/plugins/*.js.map",
@@ -97,5 +102,8 @@
97102
"ts-jest": "^26.0.0",
98103
"ts-node": "^8.10.1",
99104
"typescript": "^3.8.3"
105+
},
106+
"directories": {
107+
"test": "test"
100108
}
101109
}

src/authentication/auth-app/auth.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/authentication/auth-app/cache.ts

Lines changed: 0 additions & 107 deletions
This file was deleted.

src/authentication/auth-app/get-app-authentication.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/authentication/auth-app/get-installation-authentication.ts

Lines changed: 0 additions & 112 deletions
This file was deleted.

src/authentication/auth-app/get-oauth-authentication.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)