Skip to content

Commit 5cf969d

Browse files
committed
feat: package name 추가
1 parent 46bf7b0 commit 5cf969d

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "notion-to-jsx",
33
"private": true,
4+
"author": "Jinsoo Lee",
45
"scripts": {
56
"build": "turbo build",
67
"dev": "turbo dev",

packages/notion-to-jsx/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "notion-to-jsx",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "Jinsoo Lee",
11+
"license": "MIT"
12+
}

packages/notion-to-utils/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "notion-to-utils",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "Jinsoo Lee",
11+
"license": "MIT"
12+
}

0 commit comments

Comments
 (0)