Skip to content

Commit

Permalink
fix bluprint replace action
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Nov 22, 2024
1 parent 38ba2b9 commit 03bcbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bluprintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"files": ["package.json", "README.md"],
"replace": [
["projectName", "{{#slugify}}{{ projectName }}{{/slugify}}"],
["@reuters-graphics/graphics-kit", "{{#slugify}}{{ projectName }}{{/slugify}}"]
["\"@reuters-graphics/graphics-kit\"", "\"{{#slugify}}{{ projectName }}{{/slugify}}\""]
]
}, {
"action": "execute",
Expand Down

0 comments on commit 03bcbe2

Please sign in to comment.