decaf-cli 0.0.1 → 0.0.3

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Watchful-CLI
1
+ # Decaf-CLI
2
2
 
3
3
  Caffeine free tests and assertions.
4
4
 
@@ -8,7 +8,8 @@ You can install Watchful via [npm](https://www.npmjs.com/):
8
8
 
9
9
  npm install decaf-cli
10
10
 
11
- There is no need to install it globally, the recommended approach is to run it by way of [npm sciprts](https://docs.npmjs.com/misc/scripts). If you do decide to install it globally, however, you may need to prepend [`sudo`](https://en.wikipedia.org/wiki/Sudo), depending on your setup.
11
+ There is no need to install it globally, the recommended approach is to run it by way of [npm sciprts](https://docs.npmjs.com/misc/scripts).
12
+ If you do decide to install it globally, however, you may need to prepend [`sudo`](https://en.wikipedia.org/wiki/Sudo), depending on your setup.
12
13
 
13
14
  If you would like to contribute or would simply like to have a look at the code, you can clone the repository with [Git](https://git-scm.com/)...
14
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "decaf-cli",
3
3
  "author": "James Smith",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/decaf-cli",
7
7
  "description": "Caffeine free tests and assertions.",