From 57eda324742be8ba6d4b2281fa45524ed6f0c9c7 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 21 Nov 2022 15:04:54 +0000 Subject: [PATCH] fix: bump @cocreate dependencies --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ba06fc5..d147d15 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.18" - } + "dependencies": { "@cocreate/docs": "^1.3.21" } }