Skip to content

Commit cb2be96

Browse files
committed
lint
1 parent 515bf07 commit cb2be96

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.94.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/graphprotocol/graph-tooling.git",
9+
"directory": "packages/cli"
10+
},
611
"license": "(Apache-2.0 OR MIT)",
712
"engines": {
813
"node": ">=20.18.1"
@@ -75,11 +80,6 @@
7580
"access": "public",
7681
"provenance": true
7782
},
78-
"repository": {
79-
"type": "git",
80-
"url": "https://github.com/graphprotocol/graph-tooling.git",
81-
"directory": "packages/cli"
82-
},
8383
"oclif": {
8484
"bin": "graph",
8585
"commands": "./dist/commands",

packages/ts/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@graphprotocol/graph-ts",
33
"version": "0.37.0",
44
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/graphprotocol/graph-tooling.git",
8+
"directory": "packages/ts"
9+
},
510
"main": "index.ts",
611
"module": "index.ts",
712
"types": "index.ts",
@@ -11,16 +16,11 @@
1116
"lint": "prettier -c **/*.{js,mjs,ts}",
1217
"test": "node test/test.mjs"
1318
},
19+
"dependencies": {
20+
"assemblyscript": "0.27.31"
21+
},
1422
"publishConfig": {
1523
"access": "public",
1624
"provenance": true
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/graphprotocol/graph-tooling.git",
21-
"directory": "packages/ts"
22-
},
23-
"dependencies": {
24-
"assemblyscript": "0.27.31"
2525
}
2626
}

0 commit comments

Comments
 (0)