Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 097eb64

Browse files
author
Kristian Aurlien
committed
Set name and version for cognite
1 parent 53733c5 commit 097eb64

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "neo4j-graphql-js",
2+
"name": "@cognite/neo4j-graphql-js",
33
"version": "2.19.1",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j. ",
55
"main": "./dist/index.js",
@@ -36,7 +36,7 @@
3636
"license": "Apache-2.0",
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/neo4j-graphql/neo4j-graphql-js"
39+
"url": "git+https://github.com/neo4j-graphql/neo4j-graphql-js.git"
4040
},
4141
"devDependencies": {
4242
"@apollo/federation": "^0.20.7",
@@ -94,5 +94,13 @@
9494
"prettier --write",
9595
"git add"
9696
]
97+
},
98+
"bugs": {
99+
"url": "https://github.com/neo4j-graphql/neo4j-graphql-js/issues"
100+
},
101+
"homepage": "https://github.com/neo4j-graphql/neo4j-graphql-js#readme",
102+
"directories": {
103+
"example": "example",
104+
"test": "test"
97105
}
98106
}

0 commit comments

Comments
 (0)