Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 1, 2024
1 parent 525148e commit 17dc1f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"git-authors-cli": "latest",
"github-generate-release": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"pretty-bytes": "latest",
"puppeteer": "latest",
"rgb-hex": "latest",
Expand Down Expand Up @@ -217,7 +216,6 @@
"postrelease": "npm run release:tags && npm run release:github",
"prebuild": "npm run build:data",
"predev": "npm run build:data",
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"preversion": "git-authors-cli && git add package.json",
"release": "standard-version -a",
Expand All @@ -226,8 +224,7 @@
"storybook": "start-storybook -p 6006",
"test": "ava",
"transpile": "echo \"export { getApiUrl } from '@microlink/mql'\" | esbuild --bundle --target=ES2019 --format=esm --minify-whitespace --minify-identifiers > src/helpers/get-api-url.js",
"update": "ncu -i",
"update:check": "ncu -- --error-level 2"
"update": "ncu -i"
},
"private": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/home/faqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ const FAQs = props => (
<Link href='/docs/sdk/getting-started/overview'>
Microlink SDK
</Link>
, attach it as{' '}
attach it as{' '}
<Link href='/docs/sdk/parameters/api-key/'>apiKey</Link>.
</Box>
<Box as='li' css={theme({ pt: 3 })}>
At{' '}
<Link href='/docs/api/getting-started/overview'>
Microlink API
</Link>
, attach it as{' '}
attach it as{' '}
<Link href='/docs/api/basics/authentication'>header</Link>.
</Box>
</Box>
Expand Down
3 changes: 1 addition & 2 deletions src/pages/user-agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ const UserAgentsPage = () => {
onChange={value =>
setType(
`top-${value === 'User Agent' ? 'user' : 'crawler'}-agents`
)
}
)}
>
{['User Agent', 'Crawler Agent']}
</Toggle>
Expand Down

0 comments on commit 17dc1f6

Please sign in to comment.