Skip to content

Commit

Permalink
Merge pull request #332 from arkedge/feature/rename-tools-dir-to-boom…
Browse files Browse the repository at this point in the history
…-tools

Rename tools dir to Boom tools
  • Loading branch information
sksat authored May 16, 2024
2 parents 6b955c7 + 72f7f7c commit dd9ed4d
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tools",
"name": "c2a-boom-tools",
"scripts": {
"preinstall": "./install.sh"
},
Expand Down
33 changes: 30 additions & 3 deletions examples/mobc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/mobc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"npm-run-all": "4.1.5",
"tools": "file:./tools"
"tools": "file:./boom-tools"
}
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tools",
"name": "c2a-boom-tools",
"scripts": {
"preinstall": "./install.sh"
},
Expand Down
20 changes: 17 additions & 3 deletions examples/subobc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/subobc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"npm-run-all": "4.1.5",
"tools": "file:./tools"
"tools": "file:./boom-tools"
}
}

0 comments on commit dd9ed4d

Please sign in to comment.