Skip to content

Commit

Permalink
fix: rename packages for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
diegobrsign committed Jun 7, 2024
1 parent c555268 commit 9347f66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cra-template-brightsign-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brightsign/cra-template-brightsign-app",
"name": "cra-template-brightsign-app",
"version": "1.0.0",
"description": "Create and publish a web app onto a BrightSign player.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion cra-template-brightsign-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brightsign/cra-template-brightsign-dashboard",
"name": "cra-template-brightsign-dashboard",
"version": "1.0.0",
"description": "Create and publish a rich dashboard onto a BrightSign player.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion example-node-simple-server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brightsign/example-node-simple-server",
"name": "example-node-simple-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion template-html5-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "template-html5-app",
"name": "bs-template-html5-app",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
Expand Down

0 comments on commit 9347f66

Please sign in to comment.