From 01e6b7b1ba1347b676cd5a3ff8a65edf7a9dfbd4 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Sun, 1 Jan 2023 18:10:05 +0000 Subject: [PATCH] fix: docs sanbox overflow --- docs/index.html | 4 ++-- package.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index f1a7159..b1eded0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,14 +97,14 @@

Demo

-
+
-
+
diff --git a/package.json b/package.json index 2a03e7e..0abd5b7 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -59,7 +57,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.5.1", + "@cocreate/docs": "^1.5.2", "@googlemaps/js-api-loader": "^1.12.8" } }