Codebase list node-nth-check / e71414d
Fix breaks version Xavier Guimard 3 years ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 node-nth-check (2.0.0-1) UNRELEASED; urgency=medium
1
2 # DON'T UPLOAD THIS WITHOUT FIXING node-css-select
31
42 * Team upload
53 * Declare compliance with policy 4.5.1
64 * New upstream version 2.0.0
75 * Build with typescript
86 * Update test
9 * Add a "Breaks" against node-css-select < 3
7 * Add a "Breaks" against node-css-select < 2.1.0+dfsg-3~
108
119 -- Xavier Guimard <yadd@debian.org> Wed, 16 Dec 2020 11:18:24 +0100
1210
2121 Architecture: all
2222 Depends: ${misc:Depends}
2323 , node-boolbase
24 Breaks: node-css-select (<< 3)
24 Breaks: node-css-select (<< 2.1.0+dfsg-3~)
2525 Description: performant nth-check parser & compiler
2626 This module can be used to parse & compile nth-checks, as they are found
2727 in CSS 3's nth-child() and nth-last-of-type().