Comparing version 0.5.0 to 0.6.0
Changelog | ||
========= | ||
### 0.6.0 (January 1, 2017) | ||
* Add an index entry for easier importing | ||
### 0.5.0 (December 31, 2016) | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "dom-utils", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A small, modular DOM utilities library", | ||
@@ -5,0 +5,0 @@ "scripts": { |
import assert from 'assert'; | ||
import closest from '../lib/closest'; | ||
import {closest} from '..'; | ||
@@ -4,0 +4,0 @@ |
import assert from 'assert'; | ||
import sinon from 'sinon'; | ||
import delegate from '../lib/delegate'; | ||
import dispatch from '../lib/dispatch'; | ||
import {delegate, dispatch} from '..'; | ||
@@ -6,0 +5,0 @@ |
import assert from 'assert'; | ||
import sinon from 'sinon'; | ||
import dispatch from '../lib/dispatch'; | ||
import {dispatch} from '..'; | ||
@@ -5,0 +5,0 @@ |
import assert from 'assert'; | ||
import getAttributes from '../lib/get-attributes'; | ||
import {getAttributes} from '..'; | ||
@@ -4,0 +4,0 @@ |
import assert from 'assert'; | ||
import matches from '../lib/matches'; | ||
import {matches} from '..'; | ||
@@ -4,0 +4,0 @@ |
import assert from 'assert'; | ||
import parents from '../lib/parents'; | ||
import {parents} from '..'; | ||
@@ -4,0 +4,0 @@ |
import assert from 'assert'; | ||
import parseUrl from '../lib/parse-url'; | ||
import {parseUrl} from '..'; | ||
@@ -4,0 +4,0 @@ |
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
31919
24
694