mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 10:38:30 +00:00
fix: typo
This commit is contained in:
parent
17a31c60a4
commit
501f42defd
@ -4,7 +4,7 @@ import type { modules } from '../../../dist';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This codemod runs on the package.json of the Strapi project and updates
|
* This codemod runs on the package.json of the Strapi project and updates
|
||||||
* the sqlite dependency to better-sqlite3q
|
* the sqlite dependency to better-sqlite3
|
||||||
*/
|
*/
|
||||||
const transform: modules.runner.json.JSONTransform = (file, params) => {
|
const transform: modules.runner.json.JSONTransform = (file, params) => {
|
||||||
const { cwd, json } = params;
|
const { cwd, json } = params;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user