Comparing version 1.0.1 to 1.0.2
# fmt-subs | ||
## 1.0.2 | ||
### Patch Changes | ||
- Transfer repo to Soramitsu org, update package.json & readme | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "fmt-subs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Helps with complex printf-style formatting", | ||
@@ -27,3 +27,3 @@ "main": "dist/lib.cjs.js", | ||
"type": "git", | ||
"url": "git+https://github.com/0x009922/fmt-subs.git" | ||
"url": "git+https://github.com/soramitsu/fmt-subs.git" | ||
}, | ||
@@ -33,5 +33,5 @@ "author": "0x009922", | ||
"bugs": { | ||
"url": "https://github.com/0x009922/fmt-subs/issues" | ||
"url": "https://github.com/soramitsu/fmt-subs/issues" | ||
}, | ||
"homepage": "https://github.com/0x009922/fmt-subs#readme", | ||
"homepage": "https://github.com/soramitsu/fmt-subs#readme", | ||
"keywords": [ | ||
@@ -38,0 +38,0 @@ "string", |
@@ -78,2 +78,2 @@ # fmt-subs ![npm version](https://img.shields.io/npm/v/fmt-subs) ![npm license](https://img.shields.io/npm/l/fmt-subs) | ||
See [here](https://0x009922.github.io/fmt-subs/). | ||
See [here](https://soramitsu.github.io/fmt-subs/). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14643