Skip to content

Commit fdb31ee

Browse files
committed
build(package): @octokit/graphql
1 parent 921375a commit fdb31ee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"url": "https://github.com/octokit/core.js/issues"
3131
},
3232
"homepage": "https://github.com/octokit/core.js#readme",
33+
"dependencies": {
34+
"@octokit/graphql": "^4.0.0",
35+
"@octokit/request": "^5.0.2",
36+
"before-after-hook": "^2.1.0",
37+
"universal-user-agent": "^3.0.0"
38+
},
3339
"devDependencies": {
3440
"@pika/pack": "^0.5.0",
3541
"@pika/plugin-build-node": "^0.6.0",
@@ -96,10 +102,5 @@
96102
}
97103
]
98104
]
99-
},
100-
"dependencies": {
101-
"@octokit/request": "^5.0.2",
102-
"before-after-hook": "^2.1.0",
103-
"universal-user-agent": "^3.0.0"
104105
}
105106
}

0 commit comments

Comments
 (0)