8000 v0.1.0-alpha.0 · JavaScriptExpert/graphpack@8fe05f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fe05f0

Browse files
committed
v0.1.0-alpha.0
1 parent 20caa46 commit 8fe05f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "graphpack",
3-
"version": "0.0.1-4",
3+
"version": "0.1.0-alpha.0",
44
"description": "☄️ A minimalistic zero-config GraphQL server",
55
"license": "MIT",
66
"bin": {
7-
"graphpack": "./bin/graphpack"
7+
"graphpack": "./cli"
88
},
99
"main": "server",
1010
"dependencies": {
@@ -19,7 +19,8 @@
1919
"nodemon": "^1.18.4",
2020
"ramda": "^0.25.0",
2121
"webpack": "^4.20.2",
22-
"webpack-node-externals": "^1.7.2"
22+
"webpack-node-externals": "^1.7.2",
23+
"yargs": "^12.0.2"
2324
},
2425
"devDependencies": {
2526
"husky": "^1.0.1",

0 commit comments

Comments
 (0)
0