Skip to content

Commit

Permalink
add more details about the 'util' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Sep 21, 2017
1 parent 8d1a65e commit 6f5acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Be sure to put the number of the issue you fixed.
* `global` - code for the global API
* `instance` - code for instance methods
* `observer` - code for the dependency tracking system, and changing the context of methods
* `util` - code for utilities used throughout the codebase
* `util` - code for utilities used throughout the codebase (logs, virtual DOM, DOM operations, and other general utilities)
* `index.js` - code that defines the Moon constructor and normalizes all options
* `wrapper.js` - code that exports Moon correctly depending on the environment
* `dist` - distribution files
Expand Down

0 comments on commit 6f5acef

Please sign in to comment.