Chris2011 commented on a change in pull request #1034: NETBEANS-1499 - change
package.json icon
URL: https://github.com/apache/netbeans/pull/1034#discussion_r282209840
##########
File path:
webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/resources/npm-resolver.xml
##########
@@ -26,4 +26,12 @@
<name name="package.json"/>
<resolver mime="text/package+x-json"/>
</file>
+ <file>
+ <name name="package-lock.json"/>
+ <resolver mime="text/package-lock+x-json"/>
+ </file>
+ <file>
+ <name name="npm-debug.log"/>
+ <resolver mime="text/plain"/>
Review comment:
Ok, will change the mimetype, weird but ok. I think it must be possible to
add more stuff to a fully qualified unique file name like package.json or in my
example to npm-debug.log like adding icons to not change or adding a mimetype.
But this is another topic. I will change the mimetype to text/npm-log if this
is okish.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists