We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef945a commit 85d1cb0Copy full SHA for 85d1cb0
package.json
@@ -29,9 +29,6 @@
29
"type-check": "pnpm --filter=@graphprotocol/graph-cli type-check"
30
},
31
"devDependencies": {
32
- "@babel/core": "^7.26.0",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-typescript": "^7.26.0",
35
"@changesets/changelog-github": "^0.5.0",
36
"@changesets/cli": "^2.27.10",
37
"@eslint/js": "^9.16.0",
packages/cli/package.json
@@ -14,9 +14,9 @@
14
"files": [
15
"CHANGELOG.md",
16
"bin",
17
+ "config/TheGraphNetworksRegistry.json",
18
"dist",
19
"oclif.manifest.json",
- "config/TheGraphNetworksRegistry.json",
20
"README.md",
21
"!dist/*.tar.gz"
22
],
0 commit comments