Codebase list node-nth-check / 76c1af8
Trim trailing whitespace. Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html Debian Janitor 4 years ago
3 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 node-nth-check (1.0.1-2) UNRELEASED; urgency=medium
1
2 * Trim trailing whitespace.
3
4 -- Debian Janitor <janitor@jelmer.uk> Wed, 08 Apr 2020 15:32:27 +0000
5
06 node-nth-check (1.0.1-1) unstable; urgency=medium
17
28 * Initial release
39
410 -- Thorsten Alteholz <debian@alteholz.de> Sat, 05 Mar 2016 12:14:44 +0100
5
2121 This module can be used to parse & compile nth-checks, as they are found
2222 in CSS 3's nth-child() and nth-last-of-type().
2323 .
24 nth-check focusses on speed, providing optimized functions for different
24 nth-check focusses on speed, providing optimized functions for different
2525 kinds of nth-child formulas, while still following the spec.
2626 .
2727 Node.js is an event-based server-side JavaScript engine.
99 #override_dh_auto_build:
1010
1111 #override_dh_auto_test:
12
13
14