@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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/manifest",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0",
4
4
  "description": "Support for project indexing, manifesting, along with file watching",
5
5
  "keywords": [
6
6
  "path",