We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62aeef commit 051fed6Copy full SHA for 051fed6
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,9 +58,9 @@
60
58
"webpack-log": "^3.0.1"
61
59
},
62
"dependencies": {
63
- "@cocreate/docs": "^1.4.25",
64
- "@cocreate/hosting": "^1.6.26",
65
- "@cocreate/utils": "^1.17.6",
+ "@cocreate/docs": "^1.4.26",
+ "@cocreate/hosting": "^1.6.27",
+ "@cocreate/utils": "^1.17.7",
66
"node-html-parser": "^6.1.4"
67
}
68
0 commit comments