node-power-user 0.0.28 → 0.0.29

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,8 @@ Note: you may have to run cli commands with `npx npu <command>` if you install t
48
48
  * `npu bump 2`: Bump the middle number (`minor` version).
49
49
  * `npu bump 3`: Bump the first number (`major` version).
50
50
  * `npu outdated`: Compare the versions of installed modules to those in your package.json
51
- * `npu global`: List all global packages for all versions of Node.js on your machine (must use NVM)
51
+ * `npu global`: List all global packages for all versions of Node.js on your machine (must use NVM).
52
+ * `npu --wait`: Wait the specified amount of time in milliseconds.
52
53
 
53
54
  ## Final Words
54
55
  If you are still having difficulty, we would love for you to post a question to [the Node Power User issues page](https://github.com/itw-creative-works/node-power-user/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-power-user",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "Easy tools for every Node.js developer!",
5
5
  "main": "dist/index.js",
6
6
  "bin": {