From 5d4820446bac2315fe18a280d01865cd03ad07e6 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 21 Nov 2022 20:21:17 +0000 Subject: [PATCH] fix: @cocreate/docs bug fix --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 80739d2..1fdbf47 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 --watch", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -49,7 +47,5 @@ "webpack-cli": "^4.3.1", "webpack-log": "^3.0.1" }, - "dependencies": { - "@cocreate/docs": "^1.3.22" - } + "dependencies": { "@cocreate/docs": "^1.3.24" } }