Skip to content

Commit

Permalink
fix(meta): package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Mar 25, 2020
1 parent 059852c commit 7955ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glaze-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-glaze-example",
"version": "0.0.4",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "gatsby build",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glaze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Kristóf Poduszló <kripod@protonmail.com>",
"peerDependencies": {
"gatsby": "2",
"glaze": "^0.0.0",
"glaze": "0.1",
"react": "*"
}
}

0 comments on commit 7955ce7

Please sign in to comment.