Skip to content

Commit 0867d3c

Browse files
committed
fix: @cocreate/docs bug fix
1 parent 64fdf5a commit 0867d3c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -61,8 +59,8 @@
6159
"webpack-log": "^3.0.1"
6260
},
6361
"dependencies": {
64-
"@cocreate/docs": "^1.3.22",
65-
"@cocreate/hosting": "^1.4.5",
62+
"@cocreate/docs": "^1.3.24",
63+
"@cocreate/hosting": "^1.5.0",
6664
"mongodb": "^4.4.0",
6765
"node-html-parser": "^5.2.0"
6866
}

0 commit comments

Comments
 (0)