Skip to content

Commit 72bfc22

Browse files
authored
Made apify as peer dependency
1 parent c934478 commit 72bfc22

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/keboola/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hckr_/apify-keboola",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"type": "module",
55
"author": "Aleš Roubíček <ales.roubicek@hckr.studio>",
66
"license": "EUPL-1.2",
@@ -15,7 +15,9 @@
1515
"types": "./types.d.ts",
1616
"dependencies": {
1717
"@fast-csv/parse": "5.0.5",
18-
"@thi.ng/atom": "5.3.48",
19-
"apify": "3.5.1"
18+
"@thi.ng/atom": "5.3.48"
19+
}
20+
"peerDependecies": {
21+
"apify": ">=3.0.0"
2022
}
2123
}

0 commit comments

Comments
 (0)