diff --git a/package.json b/package.json index 778ec03..3664939 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", @@ -36,9 +34,7 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { - "url": "https://github.com/CoCreate-app/CoCreate-position/issues" - }, + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-position/issues" }, "homepage": "https://cocreate.app/docs/position", "funding": { "type": "GitHub Sponsors ❤", @@ -60,7 +56,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.5.12", - "@cocreate/observer": "^1.5.61" + "@cocreate/docs": "^1.5.13", + "@cocreate/observer": "^1.5.62" } }