Skip to content

Commit c0eb409

Browse files
committed
chore: added typescript dep
1 parent d22a4ec commit c0eb409

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"schema"
99
],
1010
"scripts": {
11-
"prepublish": "npm run build",
11+
"prepare": "npm run build",
1212
"build": "rm -rf dist && tsc -d",
1313
"test": "echo No tests yet"
1414
},
@@ -22,7 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@types/graphql": "^0.11.7",
25-
"@types/node": "^8.5.2"
25+
"@types/node": "^8.5.2",
26+
"typescript": "^2.6.2"
2627
},
2728
"repository": {
2829
"type": "git",

0 commit comments

Comments
 (0)