Skip to content

Commit 8746d6c

Browse files
committed
fix: minor bug fixes
1 parent 2d2c1d8 commit 8746d6c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"name": "@cocreate/docs",
33
"version": "1.3.17",
44
"description": "Documentation generator ",
5-
"keywords": [
6-
"cocreate",
7-
"lowcode",
8-
"doc-generator"
9-
],
5+
"keywords": ["cocreate", "lowcode", "doc-generator"],
106
"main": "app.js",
117
"scripts": {
128
"test": "echo \"Error: no test specified\" && exit 1",
@@ -21,12 +17,10 @@
2117
},
2218
"author": "CoCreate LLC",
2319
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
26-
},
20+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" },
2721
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2822
"dependencies": {
29-
"@cocreate/crud-client": "^1.12.9",
23+
"@cocreate/crud-client": "^1.12.11",
3024
"@cocreate/hosting": "^1.4.0",
3125
"extract-comments": "^1.1.0",
3226
"glob": "^7.1.6",

0 commit comments

Comments
 (0)