tree-sitter-html icon indicating copy to clipboard operation
tree-sitter-html copied to clipboard

More details in package.json for npm-ing

Open tcrowe opened this issue 6 years ago • 0 comments

What does it do?

It adds more information for npm, and node package users, so they can find resources or create a PR.

Compare these two to see the difference:

Screen Shot 2019-11-27 at 1 12 51 PM Screen Shot 2019-11-27 at 1 14 20 PM

How to test

No test is necessary because it's just meta data. The JSON parses correctly. node -e 'console.log(require("./package.json"))'

tcrowe avatar Nov 27 '19 20:11 tcrowe