Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Feb 10, 2020
1 parent dfcd79a commit 9b3a5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jfrolich/reason-gatsby",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand Down
2 changes: 1 addition & 1 deletion src/Gatsby.re
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Link = {
external make:
(
~children: React.element,
~to_: string,
~_to: string,
~style: ReactDOMRe.Style.t=?,
~replace: bool=?,
~onClick: unit => unit=?,
Expand Down

0 comments on commit 9b3a5bd

Please sign in to comment.