From 8eee3a9c12bd3ffd6f6b2630dc3b8922080eef72 Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Mon, 12 Mar 2018 15:31:59 -0500 Subject: [PATCH] Add NOTES.md file --- NOTES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..6b17b17 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,16 @@ +# package.json + +There are some **dependencies** and **devDependencies** in the _package.json_ file for which it may not be readily +understood why they are listed. This is the explanation: + +## dependencies + +Dependency | Reason +--- | --- +ember-hook | is used in the templates of this repository's components to facilitate building a hierarchical structure of hooks and as such needs to become part of the source code + +## devDependencies + +Dependency | Reason +--- | --- +n/a | n/a