Skip to content

Commit ecce470

Browse files
authored
Merge pull request #27 from 01-binary/responsive
chore: Add package description and keywords for notion-to-utils package
2 parents a4ad9e3 + 0ddee65 commit ecce470

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/notion-to-utils/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notion-to-utils",
33
"version": "0.4.21",
4-
"description": "",
4+
"description": "Notion to JSX utils",
55
"private": false,
66
"repository": {
77
"type": "git",
@@ -28,11 +28,16 @@
2828
"sideEffects": false,
2929
"scripts": {
3030
"dev": "tsup --watch",
31+
"build": "tsup",
3132
"test": "vitest run",
32-
"test:watch": "vitest --watch",
33-
"build": "tsup"
33+
"test:watch": "vitest --watch"
3434
},
35-
"keywords": [],
35+
"keywords": [
36+
"notion",
37+
"jsx",
38+
"react",
39+
"renderer"
40+
],
3641
"author": "Jinsoo Lee",
3742
"license": "MIT",
3843
"devDependencies": {

0 commit comments

Comments
 (0)