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 c1618a8 commit 2747458Copy full SHA for 2747458
1 file changed
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,8 +59,8 @@
61
59
"webpack-log": "^3.0.1"
62
60
},
63
"dependencies": {
64
- "@cocreate/docs": "^1.3.14",
65
- "@cocreate/hosting": "^1.3.14",
+ "@cocreate/docs": "^1.3.15",
+ "@cocreate/hosting": "^1.3.15",
66
"mongodb": "^4.4.0",
67
"node-html-parser": "^5.2.0"
68
}
0 commit comments