Skip to content

Commit

Permalink
fix: fixed replacement config error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaeldehta committed Jun 12, 2022
1 parent 570b114 commit b614d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"to": "src=\"<?= PluginEngine::getPlugin(\"LogicExercises\")->getPluginURL() . \"/dist/\" . json_decode(file_get_contents(realpath(__DIR__ . \"/../manifest.json\")), true)[\"src/main.tsx\"][\"file\"] ?>\"",
"results": [
{
"file": "plugin.manifest",
"file": "templates/index.php",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
Expand Down Expand Up @@ -100,4 +100,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit b614d40

Please sign in to comment.