can-dom-events
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -9,3 +9,4 @@ 'use strict'; | ||
* @module {{}} can-dom-events | ||
* @parent can-infrastructure | ||
* @parent can-dom-utilities | ||
* @collection can-infrastructure | ||
* @package ./package.json | ||
@@ -12,0 +13,0 @@ * @description Dispatch and listen to DOM Events. |
{ | ||
"name": "can-dom-events", | ||
"description": "Listen for native and custom DOM events", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": { | ||
@@ -18,2 +18,3 @@ "name": "Chris Andrejewski", | ||
"devDependencies": { | ||
"detect-cyclic-packages": "^1.1.0", | ||
"fixpack": "^2.3.1", | ||
@@ -43,2 +44,3 @@ "jquery": "^3.2.1", | ||
"build": "node build.js", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve", | ||
"install-canary": "npm install --no-shrinkwrap", | ||
@@ -49,5 +51,5 @@ "install-locked": "npm install", | ||
"preversion": "npm test && npm run build", | ||
"test": "npm run lint && npm run testee", | ||
"test": "npm run detect-cycle && npm run lint && npm run testee", | ||
"testee": "testee test.html --browsers firefox" | ||
} | ||
} |
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
39900
839
8
20