Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit ed2ada1

Browse files
committed
chore: Add contributors and url to package.json
Add contributors and url to package.json
1 parent 789e5bd commit ed2ada1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.3.11",
44
"description": "React Renderer for @notionhq/client blocks",
55
"main": "dist/index.js",
6+
"url": "https://packages.zaborowski.dev/notion-blocks-react-renderer",
7+
"author": "Piotr Zaborowski <piotrzaborow@gmail.com>",
8+
"contributors": [
9+
"Piotr Zaborowski <piotrzaborow@gmail.com>"
10+
],
11+
"license": "MIT",
612
"repository": {
713
"type": "git",
814
"url": "https://github.com/piotrzaborow/notion-blocks-react-renderer.git"
@@ -16,8 +22,6 @@
1622
"commit": "cz",
1723
"build": "tsc --module commonjs"
1824
},
19-
"author": "Piotr Zaborowski <piotrzaborow@gmail.com>",
20-
"license": "MIT",
2125
"peerDependecies": {
2226
"react": "^17.0.2"
2327
},

0 commit comments

Comments
 (0)