From 3525151e4465ba90b044a1d2b541c478c4012ea4 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Wed, 23 Nov 2022 20:50:52 +0000 Subject: [PATCH] fix: bumped @cocreate dependencies --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2194055..89f3868 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.4.1" - } + "dependencies": { "@cocreate/docs": "^1.4.2" } }