@wtasnorg/node-lib 0.0.5 → 0.0.7

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/DEV_CHECKLIST.md CHANGED
@@ -8,7 +8,6 @@
8
8
  - [ ] Have you used the code locally?
9
9
  - [ ] Check your email and username. Protect PII. `git log -n1`
10
10
 
11
-
12
11
  ```bash
13
12
  npm run build
14
13
  npm run test
package/README.md CHANGED
@@ -9,6 +9,7 @@ A library project for nodejs. #nodejs #typescript #library
9
9
 
10
10
  1. hello (for debugging)
11
11
  2. `pojo` for converting class objects to Plain Old Javascript Objects.
12
+ 3. `createFindDirectories` as a factory for finding directories; think `find path -type d`.
12
13
 
13
14
  ## Develop
14
15
 
package/docs/README.md CHANGED
@@ -13,6 +13,7 @@ A library project for nodejs. #nodejs #typescript #library
13
13
 
14
14
  1. hello (for debugging)
15
15
  2. `pojo` for converting class objects to Plain Old Javascript Objects.
16
+ 3. `createFindDirectories` as a factory for finding directories; think `find path -type d`.
16
17
 
17
18
  ## Develop
18
19