Skip to content

Commit c91ec2b

Browse files
committed
Fix packaging
1 parent 479afa9 commit c91ec2b

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,6 +1,6 @@
11
{
22
"name": "json-graphql-server",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"main": "lib/index",
55
"repository": "[email protected]:marmelab/json-graphql-server.git",
66
"authors": [
@@ -9,7 +9,8 @@
99
],
1010
"files": [
1111
"*.md",
12-
"lib"
12+
"lib",
13+
"bin"
1314
],
1415
"license": "MIT",
1516
"scripts": {
@@ -44,7 +45,6 @@
4445
"eslint-plugin-import": "~2.7.0",
4546
"eslint-plugin-jest": "~20.0.3",
4647
"eslint-plugin-prettier": "~2.1.2",
47-
"express": "~4.15.3",
4848
"husky": "~0.13.3",
4949
"jest": "~20.0.4",
5050
"lint-staged": "~3.4.1",
@@ -64,6 +64,7 @@
6464
"apollo-test-utils": "~0.3.2",
6565
"babel-plugin-transform-runtime": "~6.23.0",
6666
"body-parser": "~1.17.2",
67+
"express": "~4.15.3",
6768
"graphql": "~0.9.6",
6869
"graphql-server-express": "~1.0.0",
6970
"graphql-tag": "~2.0.0",

0 commit comments

Comments
 (0)