Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
feat: change @allanoricil/node-red-node by @allanoricil/nrg-nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Oct 6, 2024
1 parent e683632 commit eb7e157
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"access": "public"
},
"peerDependencies": {
"@allanoricil/node-red-node": "^1.0.1",
"@allanoricil/nrg-nodes": "^1.0.1",
"node-red": "^4.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/server/entrypoint.handlebars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createNodeRedNodeMixin } from "@allanoricil/node-red-node";
import { createNodeRedNodeMixin } from "@allanoricil/nrg-nodes";

{{#each nodes}}
import {{this.name}} from "{{this.path}}";
Expand Down

0 comments on commit eb7e157

Please sign in to comment.