node-grunt-webpack 3.1.3-3 source package in Ubuntu

Changelog

node-grunt-webpack (3.1.3-3) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf & upstream/metadata
  * Fix autopkgtest

 -- Xavier Guimard <email address hidden>  Wed, 05 Feb 2020 06:41:42 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-grunt-webpack_3.1.3-3.dsc 2.1 KiB ff1bfc5951b7904eef9737d98d56e226f2110ae8ffbb8937aec8cda5fb20fa82
node-grunt-webpack_3.1.3.orig.tar.gz 69.2 KiB 571f34763b85a5d60c43f4ff25ed6423e3ce65d1b51f5250c28b84819637a87a
node-grunt-webpack_3.1.3-3.debian.tar.xz 2.5 KiB d33097c6020d8ebb660a669e3dbc5af1767cc876991695f2214950a3a8769f1e

Available diffs

No changes file available.

Binary packages built by this source

node-grunt-webpack: Use webpack with grunt

 grunt is a JavaScript task runner/build system/maintainer tool.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.