Skip to content

Commit

Permalink
scaffold: Bump graph-ts version in generated subgraph to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed May 9, 2019
1 parent 5b050f7 commit fdad42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const generatePackageJson = ({ subgraphName }) =>
},
dependencies: {
'@graphprotocol/graph-cli': `${module.exports.version}`,
'@graphprotocol/graph-ts': '0.6.0',
'@graphprotocol/graph-ts': `0.11.0`,
},
}),
{ parser: 'json' },
Expand Down

0 comments on commit fdad42d

Please sign in to comment.