We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15da3b commit 536b30eCopy full SHA for 536b30e
package.json
@@ -20,9 +20,7 @@
20
"html5-framework",
21
"javascript-framework"
22
],
23
- "publishConfig": {
24
- "access": "public"
25
- },
+ "publishConfig": { "access": "public" },
26
"scripts": {
27
"start": "npx webpack --config webpack.config.js",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -60,8 +58,8 @@
60
58
"webpack-log": "^3.0.1"
61
59
},
62
"dependencies": {
63
- "@cocreate/docs": "^1.4.27",
64
- "@cocreate/hosting": "^1.6.28",
65
- "@cocreate/utils": "^1.17.9"
+ "@cocreate/docs": "^1.5.1",
+ "@cocreate/hosting": "^1.7.1",
+ "@cocreate/utils": "^1.17.12"
66
}
67
0 commit comments