Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "deborator", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "a TypeScript decorator, to add console.log() to all methods and properties of a class.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -61,2 +61,8 @@ # deborator readme | ||
### known issues | ||
- import into react project - right now need to do this (import source rather than compiled js): | ||
```import { deborator } from "deborator/src/deborator";``` | ||
- dist folder (npm package): the index.js does not work from one unit test project | ||
## running the demo app | ||
@@ -63,0 +69,0 @@ |
16586
121