Skip to content

Commit 51259bc

Browse files
authored
Merge pull request #39 from CocoaWebStudio/dev
complete configuration package.package.json
2 parents f4d2c23 + 5726ac3 commit 51259bc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"name": "@cocoa_web_studio/apollo_server_boilerplate",
3-
"version": "0.0.1",
2+
"name": "@cocoaws/apollo-server-boilerplate",
3+
"version": "0.1.0",
44
"description": "Apollo-server boilerplate, it includes a basic schema, JWT, authentication, mongodb and webpack optimization, It's a really good starting point for your Apollo-server project",
55
"main": "./src/index.js",
6-
"repository": "[email protected]:CocoaWebStudio/apollo-server-boilerplate.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+ssh://[email protected]/CocoaWebStudio/apollo-server-boilerplate.git"
9+
},
710
"author": "Cocoa Web Studio",
811
"license": "MIT",
912
"private": false,
@@ -65,6 +68,10 @@
6568
"pre-commit": "lint-staged"
6669
}
6770
},
71+
"bugs": {
72+
"url": "https://github.com/CocoaWebStudio/apollo-server-boilerplate/issues"
73+
},
74+
"homepage": "https://github.com/CocoaWebStudio/apollo-server-boilerplate#readme",
6875
"keywords": [
6976
"apollo-server",
7077
"apollo",

0 commit comments

Comments
 (0)