dothtml-interfaces 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dothtml-interfaces",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Dependency injection interfaces for DOTHtml.",
5
5
  "main": "src/index.d.ts",
6
6
  "types": "src/index.d.ts",
@@ -21,8 +21,7 @@ export default interface IComponent {
21
21
  // Lifecycle hooks
22
22
 
23
23
  /**
24
- *
25
- * @param args
24
+ * A function returning DOThtml (required).
26
25
  */
27
26
  build(...args: Array<any>): IDotElement;
28
27