@canutin/svelte-currency-input 0.9.1 → 0.9.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 +4 -4
package/README.md CHANGED
@@ -20,7 +20,7 @@ A form input that converts numbers to localized currency formats as you type
20
20
  ## Usage
21
21
 
22
22
  ```bash
23
- npm install svelte-currency-input --save
23
+ npm install @canutin/svelte-currency-input --save
24
24
  ```
25
25
 
26
26
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canutin/svelte-currency-input",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "exports": {
5
5
  "./package.json": "./package.json",
6
6
  ".": "./index.js",
@@ -39,13 +39,13 @@
39
39
  ],
40
40
  "repository": {
41
41
  "type": "git",
42
- "url": "git+https://github.com/canutin/svelte-currency-input.git"
42
+ "url": "git+https://github.com/fmaclen/svelte-currency-input.git"
43
43
  },
44
44
  "author": "Fernando Maclen <hello@fernando.is>",
45
45
  "license": "MIT",
46
46
  "bugs": {
47
- "url": "https://github.com/canutin/svelte-currency-input/issues"
47
+ "url": "https://github.com/fmaclen/svelte-currency-input/issues"
48
48
  },
49
- "homepage": "https://github.com/canutin/svelte-currency-input#readme",
49
+ "homepage": "https://github.com/fmaclen/svelte-currency-input#readme",
50
50
  "svelte": "./index.js"
51
51
  }