From 94ae30ecdb5d50c80a45e264182ca11c99c52a94 Mon Sep 17 00:00:00 2001 From: ImVexed Date: Wed, 9 Oct 2019 10:02:09 -0500 Subject: [PATCH] Example version bump & removed learn react blank target --- examples/create-react-app/.gitignore | 3 ++- examples/create-react-app/go.mod | 2 +- examples/create-react-app/public/src/App.js | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/create-react-app/.gitignore b/examples/create-react-app/.gitignore index f243ef9..ed8d39b 100644 --- a/examples/create-react-app/.gitignore +++ b/examples/create-react-app/.gitignore @@ -2,4 +2,5 @@ go.sum webfiles/ .vscode/ cra-go* -*.dll \ No newline at end of file +*.dll +cookies.dat \ No newline at end of file diff --git a/examples/create-react-app/go.mod b/examples/create-react-app/go.mod index 0b0078c..a9c4592 100644 --- a/examples/create-react-app/go.mod +++ b/examples/create-react-app/go.mod @@ -3,6 +3,6 @@ module cra-go go 1.13 require ( - github.com/ImVexed/muon v0.0.0-20191009032357-4d2663581172 + github.com/ImVexed/muon v0.0.0-20191009145610-caeea31ca3eb golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 ) diff --git a/examples/create-react-app/public/src/App.js b/examples/create-react-app/public/src/App.js index 0b81297..7e14376 100644 --- a/examples/create-react-app/public/src/App.js +++ b/examples/create-react-app/public/src/App.js @@ -13,7 +13,6 @@ function App() { Learn React