From ff3e2caf490ca56bf7a107708d87c7120b84c578 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 6 Jul 2021 19:42:58 +0100 Subject: [PATCH] build: fix vercel dev builds and mention vercel in readme --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d80368f..ca153026 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Mue is a fast, open and free-to-use browser extension that gives a new, fresh an Please see our [roadmap](https://github.com/mue/mue/projects) ## Installation -*A demo of the tab can be found [here](https://demo.muetab.com)* +*A demo of the tab can be found [here](https://demo.muetab.com), and the latest GitHub commit build [here](https://mue.vercel.app)* ### Chrome [![Chrome Web Store Logo](assets/chrome.png)](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid)
diff --git a/package.json b/package.json index 2b4dab4c..0cfcd5d6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "version": "5.1.1", "dependencies": { "@emotion/react": "11.4.0", + "@emotion/styled": "11.3.0", "@fontsource/lexend-deca": "^4.4.5", "@fontsource/montserrat": "^4.4.5", "@material-ui/core": "5.0.0-beta.0",