Skip to content

Commit

Permalink
renames project
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Nov 22, 2024
1 parent d4054e9 commit 0740174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bluprintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"action": "regexreplace",
"files": ["package.json", "README.md"],
"replace": [
["projectName", "{{#slugify}}{{ projectName }}{{/slugify}}"]
["projectName", "{{#slugify}}{{ projectName }}{{/slugify}}"],
["@reuters-graphics/graphics-kit", "{{#slugify}}{{ projectName }}{{/slugify}}"]
]
}, {
"action": "execute",
Expand Down
2 changes: 1 addition & 1 deletion .changeset/sour-bobcats-chew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'projectName': major
'@reuters-graphics/graphics-kit': major
---

The 1.0 🎉 release of the Reuters Graphics Kit.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "projectName",
"name": "@reuters-graphics/graphics-kit",
"version": "0.0.1",
"type": "module",
"private": true,
Expand Down

0 comments on commit 0740174

Please sign in to comment.