Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dom-set", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Create functions for operating on a list of DOM elements", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
@@ -11,3 +11,3 @@ Install | ||
`dom-indexers` is a collection of functions to extend other libraries that export instances of objects that have their own DOM operations. | ||
`dom-set` is a collection of functions to extend other libraries that export instances of objects that have their own DOM operations. | ||
@@ -36,3 +36,3 @@ There actually aren't any dom operations being done by this library. Only array collection operations that are meant for an array of DOM elements. | ||
```javascript | ||
import {domListOf, addElements, removeElements} from 'dom-indexers'; | ||
import {domListOf, addElements, removeElements} from 'dom-set'; | ||
@@ -39,0 +39,0 @@ function MyOperator(elements){ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74281