diff --git a/debian/changelog b/debian/changelog index 41f3f1c538e89416ec20a184720a430cf906c409..ff1b6887c2cfb8b14fc225301c35dc29e6dd0e8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ node-browser-resolve (1.11.2-1) experimental; urgency=low - * Initial release (Closes: #nnnn) + * Initial release (Closes: #854445) -- Siddhesh Rane <kingsid911@gmail.com> Mon, 30 Jan 2017 14:31:18 +0000 diff --git a/debian/control b/debian/control index 477c9d9fbb2eb05ca3e65bac2ededb9dd7363ac0..719bb463a75069ae88221da7183a31f01587d24a 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,6 @@ Description: resolve which handles browser field support in package.json Provides the functionality of node's require.resolve with support for a 'browser' field in package.json which will conditionally include or exclude modules and other functionality depending on your browser. This module aims - to make js files compatible accross browser as well as server. + to make js files compatible across browser as well as server. . Node.js is an event-based server-side JavaScript engine.