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