Skip to content

Commit

Permalink
Let yarn format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Mar 13, 2024
1 parent f23c8c8 commit 57ffa4d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"formatter": {
"ignore": ["website/**", "packages/*/dist/**"],
"ignore": ["website/**", "packages/*/dist/**", "package.json"],
"formatWithErrors": true
},
"javascript": {
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@crawlee/root",
"private": true,
"description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"keywords": [
"apify",
"headless",
Expand Down
10 changes: 8 additions & 2 deletions packages/memory-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@
},
"./package.json": "./package.json"
},
"keywords": ["apify", "api", "memory"],
"keywords": [
"apify",
"api",
"memory"
],
"author": {
"name": "Apify",
"email": "[email protected]",
"url": "https://apify.com"
},
"contributors": ["Vlad Frangu <[email protected]>"],
"contributors": [
"Vlad Frangu <[email protected]>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 9 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@
},
"./package.json": "./package.json"
},
"keywords": ["apify", "api", "crawlee", "types"],
"keywords": [
"apify",
"api",
"crawlee",
"types"
],
"author": {
"name": "Apify",
"email": "[email protected]",
"url": "https://apify.com"
},
"contributors": ["Vlad Frangu <[email protected]>"],
"contributors": [
"Vlad Frangu <[email protected]>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
12 changes: 10 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@
},
"./package.json": "./package.json"
},
"keywords": ["apify", "crawlers", "crawling", "utilities", "utils"],
"keywords": [
"apify",
"crawlers",
"crawling",
"utilities",
"utils"
],
"author": {
"name": "Apify",
"email": "[email protected]",
"url": "https://apify.com"
},
"contributors": ["Ondra Urban <[email protected]>"],
"contributors": [
"Ondra Urban <[email protected]>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 57ffa4d

Please sign in to comment.