this.me 2.6.7 → 2.6.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ let me = require('this.me');
26
26
  1. **Clone this Sandbox Demo Repository**
27
27
 
28
28
  ```bash
29
- git clone https://github.com/suiGn/.me.git
29
+ git clone https://github.com/suiGn/sandbox.git
30
30
  ```
31
31
  2. **Navigate to the Project Directory**
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "This.me should This.be",
5
5
  "bin": {
6
6
  ".me": "./main.js"