Skip to content

Commit 37f8153

Browse files
author
Sergei Orlov
committed
➕ Add node-fetch dependency
🚚 Replace NPM with Yarn
1 parent 2c827b6 commit 37f8153

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"notion"
1414
],
1515
"author": "Sergei Orlov <hello@orlow.dev> (https://orlow.dev/)",
16-
"license": "MIT"
16+
"license": "0BSD",
17+
"dependencies": {
18+
"node-fetch": "^2.6.1"
19+
}
1720
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)