Skip to content

Commit a1e26c3

Browse files
committed
rename electron extension, fixes #233
1 parent 05b4b9f commit a1e26c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NetworkDynamicsInspector/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Electron = "a1bb12fb-d4d1-54b4-b10a-ee7951ef7ad3"
2323
NetworkDynamics = {path = ".."}
2424

2525
[extensions]
26-
ElectronExt = ["Electron"]
26+
NetworkDynamicsInspectorElectronExt = ["Electron"]
2727

2828
[compat]
2929
Bonito = "4.0.0"

NetworkDynamicsInspector/ext/ElectronExt.jl renamed to NetworkDynamicsInspector/ext/NetworkDynamicsInspectorElectronExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ElectronExt
1+
module NetworkDynamicsInspectorElectronExt
22

33
using NetworkDynamicsInspector: NetworkDynamicsInspector as NDI
44
using Electron: Electron, windows

0 commit comments

Comments
 (0)