We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1919e6 commit a0d9c58Copy full SHA for a0d9c58
README.md
@@ -55,11 +55,11 @@ npm install git+https://github.com/alttiri/vue-file-input.git
55
56
- **Based on a commit hash:**
57
```bash
58
- npm install git+https://git@github.com/alttiri/vue-file-input.git#ef61a8fbd70969d915166c82d3e3d8f06b1032f4
+ npm install git+https://git@github.com/alttiri/vue-file-input.git#c1919e628aa30655e25b42859167cf04759a4fc5
59
```
60
Or add
61
62
- "@alttiri/vue-file-input": "github:alttiri/vue-file-input#ef61a8fbd70969d915166c82d3e3d8f06b1032f4"
+ "@alttiri/vue-file-input": "github:alttiri/vue-file-input#c1919e628aa30655e25b42859167cf04759a4fc5"
63
64
as `dependencies` in `package.json` file.
65
0 commit comments