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 2ec20ab commit 607564aCopy full SHA for 607564a
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",
@@ -62,8 +60,8 @@
62
60
},
63
61
"dependencies": {
64
"@cocreate/crud-client": "^1.15.1",
65
- "@cocreate/docs": "^1.4.4",
66
- "@cocreate/hosting": "^1.6.3",
67
- "@cocreate/observer": "^1.5.27"
+ "@cocreate/docs": "^1.4.5",
+ "@cocreate/hosting": "^1.6.4",
+ "@cocreate/observer": "^1.5.28"
68
}
69
0 commit comments