@tagplus/components 2.1.0 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/tp.common.js +1 -1
- package/dist/tp.common.js.map +1 -1
- package/dist/tp.css +1 -1
- package/dist/tp.umd.js +1 -1
- package/dist/tp.umd.js.map +1 -1
- package/dist/tp.umd.min.js +1 -1
- package/dist/tp.umd.min.js.map +1 -1
- package/package.json +6 -4
- package/src/components/Autosuggest/Autosuggest.vue +6 -2
package/README.md
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
### Run your tests
|
|
4
4
|
```
|
|
5
|
-
|
|
5
|
+
npm run test
|
|
6
6
|
```
|
|
7
7
|
|
|
8
8
|
### Lints and fixes files
|
|
9
9
|
```
|
|
10
|
-
|
|
10
|
+
npm run lint
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
### Run your unit tests
|
|
14
14
|
```
|
|
15
|
-
|
|
15
|
+
npm run test:unit
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
### Customize configuration
|