Skip to content

Commit 41070b8

Browse files
committed
build: jsx package json 수정
1 parent 0f8c2dd commit 41070b8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/notion-to-jsx/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
"name": "notion-to-jsx",
33
"version": "0.0.0",
44
"description": "",
5-
"main": "index.js",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/01-binary/notion-to-jsx",
8+
"directory": "/packages/notion-to-jsx"
9+
},
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1"
812
},
13+
"files": [
14+
"dist"
15+
],
16+
"sideEffects": false,
917
"keywords": [],
1018
"author": "Jinsoo Lee",
1119
"license": "MIT",

0 commit comments

Comments
 (0)