Skip to content

Commit d74107c

Browse files
authored
Merge pull request #277 from apollographql/tninesling/fix-package-json
Bump version and fix repository info in package.json
2 parents 0805f27 + dbdd854 commit d74107c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "graphql-subscriptions",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "GraphQL subscriptions for node.js",
55
"main": "dist/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/apollostack/graphql-subscriptions.git"
8+
"url": "git+https://github.com/apollographql/graphql-subscriptions.git"
99
},
1010
"dependencies": {},
1111
"peerDependencies": {

0 commit comments

Comments
 (0)