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 5b1aa45 commit 44b13fbCopy full SHA for 44b13fb
package.json
@@ -26,6 +26,7 @@
26
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
27
"dependencies": {
28
"@cocreate/cli": "^1.33.8",
29
+ "@cocreate/config": "^1.0.0",
30
"@cocreate/crud-client": "^1.21.22",
31
"@cocreate/file": "^1.3.2",
32
"extract-comments": "^1.1.0",
src/index.js
@@ -4,7 +4,7 @@ const path = require("path")
4
const glob = require('glob');
5
const parseHtmlComments = require('parse-html-comments')
6
const crud = require('@cocreate/crud')
7
-const { config } = require('@cocreate/cli')
+const config = require('@cocreate/config')
8
9
/**
10
* "extract": {
0 commit comments