Skip to content

Commit 17dc1f6

Browse files
committed
build: tweaks
1 parent 525148e commit 17dc1f6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@
182182
"git-authors-cli": "latest",
183183
"github-generate-release": "latest",
184184
"nano-staged": "latest",
185-
"npm-check-updates": "latest",
186185
"pretty-bytes": "latest",
187186
"puppeteer": "latest",
188187
"rgb-hex": "latest",
@@ -217,7 +216,6 @@
217216
"postrelease": "npm run release:tags && npm run release:github",
218217
"prebuild": "npm run build:data",
219218
"predev": "npm run build:data",
220-
"prerelease": "npm run update:check",
221219
"pretest": "npm run lint",
222220
"preversion": "git-authors-cli && git add package.json",
223221
"release": "standard-version -a",
@@ -226,8 +224,7 @@
226224
"storybook": "start-storybook -p 6006",
227225
"test": "ava",
228226
"transpile": "echo \"export { getApiUrl } from '@microlink/mql'\" | esbuild --bundle --target=ES2019 --format=esm --minify-whitespace --minify-identifiers > src/helpers/get-api-url.js",
229-
"update": "ncu -i",
230-
"update:check": "ncu -- --error-level 2"
227+
"update": "ncu -i"
231228
},
232229
"private": true,
233230
"license": "MIT",

src/components/pages/home/faqs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ const FAQs = props => (
7575
<Link href='/docs/sdk/getting-started/overview'>
7676
Microlink SDK
7777
</Link>
78-
, attach it as{' '}
78+
attach it as{' '}
7979
<Link href='/docs/sdk/parameters/api-key/'>apiKey</Link>.
8080
</Box>
8181
<Box as='li' css={theme({ pt: 3 })}>
8282
At{' '}
8383
<Link href='/docs/api/getting-started/overview'>
8484
Microlink API
8585
</Link>
86-
, attach it as{' '}
86+
attach it as{' '}
8787
<Link href='/docs/api/basics/authentication'>header</Link>.
8888
</Box>
8989
</Box>

src/pages/user-agents.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ const UserAgentsPage = () => {
8282
onChange={value =>
8383
setType(
8484
`top-${value === 'User Agent' ? 'user' : 'crawler'}-agents`
85-
)
86-
}
85+
)}
8786
>
8887
{['User Agent', 'Crawler Agent']}
8988
</Toggle>

0 commit comments

Comments
 (0)