File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# bianco.dom-to-array
2
2
3
- [ ![ Build Status] [ travis-image ]] [ travis-url ]
4
-
3
+ [ ![ Build Status] [ ci-image ]] [ ci-url ]
5
4
[ ![ NPM version] [ npm-version-image ]] [ npm-url ]
6
5
[ ![ NPM downloads] [ npm-downloads-image ]] [ npm-url ]
7
6
[ ![ MIT License] [ license-image ]] [ license-url ]
@@ -33,18 +32,14 @@ $li.length // => 1
33
32
Array .isArray ($li) // => true
34
33
```
35
34
36
- [ travis-image ] : https://img.shields.io/travis/biancojs/dom-to-array.svg?style=flat-square
37
-
38
- [ travis-url ] : https://travis-ci.org/biancojs/dom-to-array
35
+ [ ci-image ] :https://img.shields.io/github/workflow/status/biancojs/dom-to-array/test?style=flat-square
36
+ [ ci-url ] :https://github.com/biancojs/dom-to-array/actions
39
37
40
38
[ license-image ] : http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
41
-
42
39
[ license-url ] : LICENSE.txt
43
40
44
41
[ npm-version-image ] : http://img.shields.io/npm/v/bianco.dom-to-array.svg?style=flat-square
45
-
46
42
[ npm-downloads-image ] : http://img.shields.io/npm/dm/bianco.dom-to-array.svg?style=flat-square
47
-
48
43
[ npm-url ] : https://npmjs.org/package/bianco.dom-to-array
49
44
50
45
## API
You can’t perform that action at this time.
0 commit comments