Comparing version 0.2.2 to 0.3.0
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -3,0 +2,0 @@ * Dispatches an event on the passed element. |
@@ -1,2 +0,2 @@ | ||
var proto = Element.prototype; | ||
var proto = window.Element.prototype; | ||
var nativeMatches = proto.matches || | ||
@@ -3,0 +3,0 @@ proto.matchesSelector || |
{ | ||
"name": "dom-utils", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A small, modular DOM utilities library", | ||
@@ -25,4 +25,4 @@ "scripts": { | ||
"browserify": "^13.0.0", | ||
"easy-sauce": "^0.2.0", | ||
"eslint": "^2.8.0", | ||
"easy-sauce": "^0.3.5", | ||
"eslint": "^3.0.1", | ||
"mocha": "^2.4.5", | ||
@@ -33,4 +33,2 @@ "mocha-phantomjs": "^4.0.2", | ||
"easySauce": { | ||
"path": "/test/", | ||
"port": "8080", | ||
"platforms": [ | ||
@@ -43,3 +41,3 @@ [ | ||
[ | ||
"OS X 10.11", | ||
"Linux", | ||
"firefox", | ||
@@ -46,0 +44,0 @@ "latest" |
Sorry, the diff of this file is not supported yet
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
31704