Skip to content

Commit 703f479

Browse files
author
sam
committed
feat(release): subgraph
1 parent 15a7032 commit 703f479

File tree

6 files changed

+13307
-5
lines changed

6 files changed

+13307
-5
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "create-subgraph-app",
33
"version": "1.0.5",
44
"description": "cra-subgraph-boilerplate",
5-
"files": ["cra-subgraph/package.json", "cra-subgraph/**/*"],
5+
"files": [
6+
"cra-subgraph/package.json",
7+
"cra-subgraph/**/*"
8+
],
69
"scripts": {
710
"test": "echo \"Error: no test specified\" && exit 1"
811
},

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"homepage": "./",
44
"name": "cra-subgraph-boilerplate",
5-
"version": "1.0.0",
5+
"version": "1.0.5",
66
"dependencies": {
77
"@apollo/react-hooks": "^3.0.1",
88
"@protofire/subgraph-toolkit": "0.1.1",

template/cra-subgraph/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
31
# dependencies
42
/node_modules
53
/.pnp

template/cra-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cra-subgraph-boilerplate",
33
"version": "0.2.0",
4-
"private": true,
4+
"private": false,
55
"dependencies": {
66
"@apollo/react-hooks": "4.0.0",
77
"@protofire/subgraph-toolkit": "0.1.1",

0 commit comments

Comments
 (0)