Skip to content

Commit f0f4213

Browse files
author
GlobalTechInfo
committed
fixed and updated
1 parent 2c6caee commit f0f4213

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![npm downloads](https://img.shields.io/npm/dm/api-qasim)](https://www.npmjs.com/package/api-qasim)
99
[![CI](https://github.com/GlobalTechInfo/api-qasim/actions/workflows/ci.yml/badge.svg)](https://github.com/GlobalTechInfo/api-qasim/actions/workflows/ci.yml)
1010

11-
[📖 API Docs](https://globaltechinfo.github.io/api-qasim/docs/3x) · [📦 npm](https://www.npmjs.com/package/api-qasim) · [🐛 Issues](https://github.com/GlobalTechInfo/api-qasim/issues)
11+
[📖 API Docs](https://globaltechinfo.github.io/api-qasim) · [📦 npm](https://www.npmjs.com/package/api-qasim) · [🐛 Issues](https://github.com/GlobalTechInfo/api-qasim/issues)
1212

1313
> **You are viewing the `3.x` legacy branch.**
1414
> The latest version is `4.x` with a different API surface — check its own documentation.
@@ -71,7 +71,7 @@ const { githubStalk, tiktokStalk } = require('api-qasim/social');
7171
## API Reference
7272

7373
Full auto-generated JSDoc documentation is available at:
74-
**https://globaltechinfo.github.io/api-qasim/docs/3x**
74+
**https://globaltechinfo.github.io/api-qasim/**
7575

7676
### Media Downloaders
7777

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"docs": "jsdoc -c jsdoc.config.json",
6464
"build": "node scripts/build.js",
6565
"obfuscate": "node scripts/obfuscate.js",
66-
"prepublishOnly": "npm run lint && npm run build && npm run obfuscate",
66+
"prepublishOnly": "npm run build && npm run obfuscate",
6767
"release": "npm run prepublishOnly && npm publish --tag 3x --provenance --access public",
6868
"test:filter": "node tests/real.test.js --filter",
6969
"test:unit": "node --experimental-vm-modules node_modules/.bin/jest --passWithNoTests"
@@ -92,4 +92,4 @@
9292
"access": "public",
9393
"provenance": true
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)