@marlinjai/clearify 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -175,7 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
175
175
|
if (options.noInternal) {
|
|
176
176
|
writeFileSync(
|
|
177
177
|
configPath,
|
|
178
|
-
`import { defineConfig } from 'clearify';
|
|
178
|
+
`import { defineConfig } from '@marlinjai/clearify';
|
|
179
179
|
|
|
180
180
|
export default defineConfig({
|
|
181
181
|
name: 'My Documentation',
|
|
@@ -190,7 +190,7 @@ export default defineConfig({
|
|
|
190
190
|
} else {
|
|
191
191
|
writeFileSync(
|
|
192
192
|
configPath,
|
|
193
|
-
`import { defineConfig } from 'clearify';
|
|
193
|
+
`import { defineConfig } from '@marlinjai/clearify';
|
|
194
194
|
|
|
195
195
|
export default defineConfig({
|
|
196
196
|
name: 'My Documentation',
|
package/dist/node/cli/index.js
CHANGED
package/dist/node/node/index.js
CHANGED
package/dist/node/node/init.js
CHANGED