Skip to content

Commit

Permalink
Merge 8eee3a9 into 2c6a69b
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Mar 12, 2018
2 parents 2c6a69b + 8eee3a9 commit ab164a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab164a6

Please sign in to comment.