modernizr 2.6.2+ds1-5 source package in Ubuntu

Changelog

modernizr (2.6.2+ds1-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 10:19:40 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
modernizr_2.6.2+ds1-5.dsc 1.9 KiB fdf2952b99070c3589396da56a098f720ef548ecee467fd0c2304c5454fcb666
modernizr_2.6.2+ds1.orig.tar.gz 205.9 KiB c1d91d2728d12edfd8a662123b9e45121d7793b4ae787ffcfbb3cc7d4fb3d815
modernizr_2.6.2+ds1-5.debian.tar.xz 3.1 KiB 9dd1991d8806ffa277d401d939996cd8d23e22200d917b0cc042449d34cec89c

Available diffs

No changes file available.

Binary packages built by this source

libjs-modernizr: JavaScript library to detect HTML5 and CSS3 features in the user's browser

 Modernizr is a JavaScript library allowing you to use HTML5 & CSS3 while
 maintaining control over unsupported browsers.
 .
 Modernizr tests which native CSS3 and HTML5 features are available in
 the current user agent and makes the results available to you in two ways,
 as properties on a global `Modernizr` object, and as classes on the
 `<html>` element. This information allows you to progressively enhance
 your pages with a granular level of control over the experience.