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 f723b4a commit a26eed7Copy full SHA for a26eed7
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",
@@ -61,9 +59,9 @@
61
59
"webpack-log": "^3.0.1"
62
60
},
63
"dependencies": {
64
- "@cocreate/docs": "^1.4.18",
65
- "@cocreate/hosting": "^1.6.17",
66
- "@cocreate/utils": "^1.16.0",
+ "@cocreate/docs": "^1.4.19",
+ "@cocreate/hosting": "^1.6.18",
+ "@cocreate/utils": "^1.16.2",
67
"node-html-parser": "^6.1.4"
68
}
69
0 commit comments