Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -1,2 +0,2 @@ | ||
var Domassist = (function (exports) { | ||
var app = (function (exports) { | ||
'use strict'; | ||
@@ -595,3 +595,2 @@ | ||
}({})); | ||
//# sourceMappingURL=domassist.js.map | ||
//# sourceMappingURL=domassist.js.map |
{ | ||
"name": "domassist", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Various dom helpers", | ||
"main": "domassist.js", | ||
"module": "dist/domassist.js", | ||
"module": "dist/domassist.esm.js", | ||
"scripts": { | ||
@@ -31,6 +31,6 @@ "start": "scriptkit", | ||
"eslint-config-firstandthird": "^4.3.0", | ||
"eslint-plugin-compat": "^2.6.3", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-compat": "^2.7.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"scriptkit": "^1.0.0", | ||
"scriptkit": "^2.0.0", | ||
"static-server": "^2.2.1", | ||
@@ -37,0 +37,0 @@ "tap-spec": "^5.0.0", |
@@ -31,3 +31,3 @@ # domassist | ||
- [removeClass](#removeclassselector-classes) | ||
- [toggleClass](#toggleclassselector-classes) | ||
- [toggleClass](#toggleclassselector-class) | ||
- [hasClass](#hasclassselector-class) | ||
@@ -37,3 +37,3 @@ - [html](#htmlselector-value) | ||
- [delegate](#delegateelement-event-selector-callback-capture) | ||
- [hide](#hideelement) | ||
- [hide](#hideselector) | ||
- [hover](#hoverelement-enter-exit) | ||
@@ -44,6 +44,6 @@ - [matches](#matches) | ||
- [off](#offselector-event) | ||
- [once](#onceselector-event-callback-capture) | ||
- [once](#onceelement-event-callback-capture) | ||
- [ready](#readycallback) | ||
- [show](#showelement) | ||
- [styles](#styleselements-styles) | ||
- [show](#showselector) | ||
- [styles](#stylesselector-styles) | ||
- [addAttrs](#addattrsselector-attributes) | ||
@@ -443,3 +443,3 @@ - [remove](#removeselector-context) | ||
Copyright (c) 2016 First+Third | ||
Copyright (c) 2019 First+Third | ||
@@ -446,0 +446,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
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
83424
50
2360