Change package name prefixes to cerc-io (#177)

This commit is contained in:
2022-09-09 17:13:01 +05:30
committed by GitHub
parent e30af92901
commit f3230e3822
202 changed files with 359 additions and 359 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
{
"name": "@vulcanize/codegen",
"name": "@cerc-io/codegen",
"version": "0.1.0",
"description": "Code generator",
"private": true,
@@ -10,19 +10,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vulcanize/watcher-ts.git"
"url": "git+https://github.com/cerc-io/watcher-ts.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/vulcanize/watcher-ts/issues"
"url": "https://github.com/cerc-io/watcher-ts/issues"
},
"homepage": "https://github.com/vulcanize/watcher-ts#readme",
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@graphql-tools/load-files": "^6.5.2",
"@poanet/solidity-flattener": "https://github.com/vulcanize/solidity-flattener.git",
"@solidity-parser/parser": "^0.13.2",
"@vulcanize/util": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"gql-generator": "https://github.com/vulcanize/gql-generator.git",
"graphql": "^15.5.0",
"graphql-compose": "^9.0.3",