Commit 675e32708e7be1f267e55e3919f4491f00afd8a3
fix repo in package.json
mix irving committed on 4/14/2017, 12:17:00 AMParent: e1ed6f570e6bc64d0e62569002f67eace00218bb
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -16,9 +16,9 @@ | |||
16 | 16 … | ] | |
17 | 17 … | }, | |
18 | 18 … | "repository": { | |
19 | 19 … | "type": "git", | |
20 | - "url": "git+https://github.com/ssbc/picknmix.git" | ||
20 … | + "url": "git+https://github.com/ssbc/patchbay.git" | ||
21 | 21 … | }, | |
22 | 22 … | "author": "mixmix", | |
23 | 23 … | "maintainers": [ | |
24 | 24 … | "ahdinosaur", | |
@@ -27,11 +27,11 @@ | |||
27 | 27 … | "mmckegg" | |
28 | 28 … | ], | |
29 | 29 … | "license": "GPL-3.0", | |
30 | 30 … | "bugs": { | |
31 | - "url": "https://github.com/ssbc/picknmix/issues" | ||
31 … | + "url": "https://github.com/ssbc/patchbay/issues" | ||
32 | 32 … | }, | |
33 | - "homepage": "https://github.com/ssbc/picknmix#readme", | ||
33 … | + "homepage": "https://github.com/ssbc/patchbay#readme", | ||
34 | 34 … | "dependencies": { | |
35 | 35 … | "bulk-require": "^1.0.0", | |
36 | 36 … | "bulkify": "^1.4.2", | |
37 | 37 … | "dataurl-": "^0.1.0", |
Built with git-ssb-web