We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c827b6 commit 37f8153Copy full SHA for 37f8153
package-lock.json
package.json
@@ -13,5 +13,8 @@
13
"notion"
14
],
15
"author": "Sergei Orlov <hello@orlow.dev> (https://orlow.dev/)",
16
- "license": "MIT"
+ "license": "0BSD",
17
+ "dependencies": {
18
+ "node-fetch": "^2.6.1"
19
+ }
20
}
yarn.lock
@@ -0,0 +1,8 @@
1
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+# yarn lockfile v1
3
+
4
5
+node-fetch@^2.6.1:
6
+ version "2.6.1"
7
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8
+ integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
0 commit comments