From c27958ec8b531e6a2ee46eadb3dbae7adef5a32c Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 8 Aug 2018 13:40:58 -0400 Subject: [PATCH] Fix directory structure: remove superfluous directory --- {footnotes/dialogs => dialogs}/footnotes.js | 0 {footnotes/icons => icons}/footnotes.png | Bin footnotes/plugin.js => plugin.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {footnotes/dialogs => dialogs}/footnotes.js (100%) rename {footnotes/icons => icons}/footnotes.png (100%) rename footnotes/plugin.js => plugin.js (100%) diff --git a/footnotes/dialogs/footnotes.js b/dialogs/footnotes.js similarity index 100% rename from footnotes/dialogs/footnotes.js rename to dialogs/footnotes.js diff --git a/footnotes/icons/footnotes.png b/icons/footnotes.png similarity index 100% rename from footnotes/icons/footnotes.png rename to icons/footnotes.png diff --git a/footnotes/plugin.js b/plugin.js similarity index 100% rename from footnotes/plugin.js rename to plugin.js