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 c698985 commit b38e3c7Copy full SHA for b38e3c7
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#c1919e628aa30655e25b42859167cf04759a4fc5
+ npm install git+https://git@github.com/alttiri/vue-file-input.git#c69898556be0b92bee92b0b96249e5731a2fbf47
59
```
60
Or add
61
62
- "@alttiri/vue-file-input": "github:alttiri/vue-file-input#c1919e628aa30655e25b42859167cf04759a4fc5"
+ "@alttiri/vue-file-input": "github:alttiri/vue-file-input#c69898556be0b92bee92b0b96249e5731a2fbf47"
63
64
as `dependencies` in `package.json` file.
65
0 commit comments