@travetto/manifest 6.0.0-rc.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,6 +171,7 @@ The module files are a simple categorization of files into a predetermined set o
|
|
|
171
171
|
* `doc` - Documentation files. `DOC.tsx` and All .ts/.tsx files under the `doc/` folder
|
|
172
172
|
* `$transformer` - All .ts files under the pattern `support/transform*`. These are used during compilation and never at runtime
|
|
173
173
|
* `bin` - Entry point .js files. All .js files under the `bin/` folder
|
|
174
|
+
|
|
174
175
|
Within each file there is a pattern of either a 3 or 4 element array:
|
|
175
176
|
|
|
176
177
|
**Code: Sample file**
|