depopsy 1.0.1 → 1.0.2

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 +2 -2
package/README.md CHANGED
@@ -288,7 +288,7 @@ These are *leaf* utility packages — they are always pulled in transitively, ne
288
288
  ## Contributing
289
289
 
290
290
  ```bash
291
- git clone https://github.com/depopsy/depopsy
291
+ git clone https://github.com/zmrishh/depopsy
292
292
  cd depopsy
293
293
  npm install
294
294
  npm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depopsy",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Understand why your dependencies are bloated — detect and fix duplicated packages in your lockfile.",
5
5
  "bin": {
6
6
  "depopsy": "bin/cli.js"
@@ -35,7 +35,7 @@
35
35
  "license": "MIT",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "https://github.com/zmrishh/depopsy.git"
38
+ "url": "git+https://github.com/zmrishh/depopsy.git"
39
39
  },
40
40
  "homepage": "https://github.com/zmrishh/depopsy#readme",
41
41
  "bugs": {