Skip to content

Commit 44b13fb

Browse files
committed
fix: config usage
1 parent 5b1aa45 commit 44b13fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
2727
"dependencies": {
2828
"@cocreate/cli": "^1.33.8",
29+
"@cocreate/config": "^1.0.0",
2930
"@cocreate/crud-client": "^1.21.22",
3031
"@cocreate/file": "^1.3.2",
3132
"extract-comments": "^1.1.0",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require("path")
44
const glob = require('glob');
55
const parseHtmlComments = require('parse-html-comments')
66
const crud = require('@cocreate/crud')
7-
const { config } = require('@cocreate/cli')
7+
const config = require('@cocreate/config')
88

99
/**
1010
* "extract": {

0 commit comments

Comments
 (0)