node-red/red/nodes/registry
Nick O'Leary c5d8e09b41 Only delete node type from registry if id matches
If a node is moved out of node-red core to an npm installable
package, the first time NR runs after the move it correctly
deletes the node-red version from the registry. However it was
also removing the node constructors registered by the new
npm installed version as it wasn't checking what it was removing
came from the now-removed node.
2015-06-08 16:32:50 +01:00
..
index.js Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00
loader.js Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00
localfilesystem.js Restore ability to add nodes by filename 2015-05-27 14:11:11 +01:00
registry.js Only delete node type from registry if id matches 2015-06-08 16:32:50 +01:00