Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 6df0f1d

Browse files
committed
fix: move ts-node from dev-dep to dep
Regression introduced in 19f5bce closes #455
1 parent 58ddd1d commit 6df0f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"prettier": "1.16.4",
5353
"reason": "3.3.4",
5454
"rimraf": "2.6.3",
55+
"ts-node": "8.0.2",
5556
"typescript": "3.3.3",
5657
"yargs": "12.0.5"
5758
},
@@ -71,7 +72,6 @@
7172
"graphql-tag": "2.10.1",
7273
"jest": "23.6.0",
7374
"ts-jest": "23.10.5",
74-
"ts-node": "8.0.2",
7575
"tslint": "5.12.1"
7676
}
7777
}

0 commit comments

Comments
 (0)