Skip to content

Commit c94a1bc

Browse files
committed
Updates readme, removes node 5 support
1 parent a704893 commit c94a1bc

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "5"
43
- "6"
54
- "7"
65
cache:

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A Vue.js directive for adjusting a text input's width to fit its content.
44
5-
## Install
5+
### Install
66

77
```bash
88
$ yarn add vue-input-autowidth
@@ -52,6 +52,19 @@ Default: `0`
5252

5353
The additional space in pixels to add to the far side of the input's content.
5454

55-
## License
55+
### Development
56+
57+
```bash
58+
# To run the example
59+
$ npm run example
60+
61+
# To run the tests
62+
$ npm test
63+
64+
# To publish the dist file
65+
$ npm run build
66+
```
67+
68+
### License
5669

5770
MIT © [Collin Henderson](https://github.com/syropian)

0 commit comments

Comments
 (0)