Shanedell commented on code in PR #448:
URL: https://github.com/apache/daffodil-vscode/pull/448#discussion_r1101846736
##########
build/package/LICENSE:
##########
@@ -224,24 +224,6 @@ conditions of the following licenses.
This project is free software released under the MIT license:
http://www.opensource.org/licenses/mit-license.php
-- 'buffers' in extension/dist/ext/extension.js
Review Comment:
@stevedlawrence Yeah so what I did was use `yarn list --production` and only
grabbed the main dependencies, and their transitive dependencies, that were
listed in the `package.json` file's `dependencies` section. Any main/transitive
deps listed in the `package.json` file's `devDependencies` section were
ignored. If this is what is wanted I would say the current listed items would
be correct.
As I ran `yarn licensees list --production` I am seeing items listed in the
`package.json` as `devDependencies` being listed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]