Skip to content

Commit 0de2ca4

Browse files
authored
docs: add note that not availbale on npm
1 parent 48534f5 commit 0de2ca4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vue-test-utils
22

3+
**Currently no published on npm**
4+
5+
To install, use the github URL
6+
7+
```shell
8+
npm install --save-dev https://github.com/vuejs/vue-test-utils/
9+
```
10+
311
## Intro
412

513
`vue-test-utils` is the official test library for [Vue.js](http://vuejs.org). It provides methods for unit testing Vue components.
@@ -26,4 +34,4 @@ For the latest releases and announcements, follow on Twitter: [@vuejs](https://t
2634

2735
## License
2836

29-
[MIT](http://opensource.org/licenses/MIT)
37+
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)