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 2e7d7bd commit 6cf0bcbCopy full SHA for 6cf0bcb
package.json
@@ -21,9 +21,7 @@
21
"html5-framework",
22
"javascript-framework"
23
],
24
- "publishConfig": {
25
- "access": "public"
26
- },
+ "publishConfig": { "access": "public" },
27
"scripts": {
28
"start": "npx webpack --config webpack.config.js",
29
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -63,10 +61,10 @@
63
61
},
64
62
"dependencies": {
65
"@cocreate/crud-client": "^1.15.10",
66
- "@cocreate/docs": "^1.4.10",
+ "@cocreate/docs": "^1.4.11",
67
"@cocreate/element-prototype": "^1.1.15",
68
- "@cocreate/floating-label": "^1.4.34",
69
- "@cocreate/hosting": "^1.6.8",
+ "@cocreate/floating-label": "^1.4.35",
+ "@cocreate/hosting": "^1.6.9",
70
"@cocreate/observer": "^1.5.32"
71
}
72
0 commit comments