Skip to content

Commit fec1efa

Browse files
updated: dependencies and fixed npm audit
1 parent 8f21ff8 commit fec1efa

File tree

6 files changed

+1337
-198
lines changed

6 files changed

+1337
-198
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ branches:
66
only:
77
- master
88

9-
before_install:
10-
11-
12-
- npm i @gianlucaguarini/[email protected]
13-
14-
159
before_script:
1610
- npm run build
1711

index.next.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import domToArray from 'bianco.dom-to-array'
22

33
/**
44
* Simple helper to find DOM nodes returning them as array like loopable object
5-
* @param { String|DOMNodeList } selector - either the query or the DOM nodes to arraify
5+
* @param { string|DOMNodeList } selector - either the query or the DOM nodes to arraify
66
* @param { HTMLElement } ctx - context defining where the query will search for the DOM nodes
77
* @returns { Array } DOM nodes found as array
88
*/

0 commit comments

Comments
 (0)