Skip to content

Commit 6cf0bcb

Browse files
committed
fix: docs
1 parent 2e7d7bd commit 6cf0bcb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"publishConfig": {
25-
"access": "public"
26-
},
24+
"publishConfig": { "access": "public" },
2725
"scripts": {
2826
"start": "npx webpack --config webpack.config.js",
2927
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -63,10 +61,10 @@
6361
},
6462
"dependencies": {
6563
"@cocreate/crud-client": "^1.15.10",
66-
"@cocreate/docs": "^1.4.10",
64+
"@cocreate/docs": "^1.4.11",
6765
"@cocreate/element-prototype": "^1.1.15",
68-
"@cocreate/floating-label": "^1.4.34",
69-
"@cocreate/hosting": "^1.6.8",
66+
"@cocreate/floating-label": "^1.4.35",
67+
"@cocreate/hosting": "^1.6.9",
7068
"@cocreate/observer": "^1.5.32"
7169
}
7270
}

0 commit comments

Comments
 (0)