Skip to content

Commit 2092c27

Browse files
committed
fix: Move ts-node to deps as a cosmic loader uses it at runtime.
1 parent 6ecbd01 commit 2092c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"notion-client": "^4",
6565
"notion-to-md": "^2.5.5",
6666
"path": "^0.12.7",
67-
"sanitize-filename": "^1.6.3"
67+
"sanitize-filename": "^1.6.3",
68+
"ts-node": "^10.2.1"
6869
},
6970
"devDependencies": {
7071
"@types/fs-extra": "^9.0.13",
@@ -84,7 +85,6 @@
8485
"prettier": "^2.2.1",
8586
"semantic-release": "^19.0.2",
8687
"ts-jest": "^28.0.7",
87-
"ts-node": "^10.2.1",
8888
"typescript": "^4.6.4"
8989
},
9090
"release": {

0 commit comments

Comments
 (0)