Closed mikavilpas closed 8 months ago
This fixes some errors I found using the following command:
$ npm publish --dry-run npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN publish errors corrected: npm WARN publish "repository" was changed from a string to an object npm WARN publish "repository.url" was normalized to "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown.git" npm notice npm notice 📦 @tree-sitter-grammars/tree-sitter-markdown@0.2.1 npm notice === Tarball Contents === npm notice 1.1kB LICENSE npm notice 4.6kB README.md npm notice 582B binding.gyp npm notice 1.0kB bindings/node/binding.cc npm notice 479B bindings/node/index.d.ts npm notice 328B bindings/node/index.js npm notice 38B bindings/node/inline.js npm notice 1.8kB package.json npm notice === Tarball Details === npm notice name: @tree-sitter-grammars/tree-sitter-markdown npm notice version: 0.2.1 npm notice filename: tree-sitter-grammars-tree-sitter-markdown-0.2.1.tgz npm notice package size: 4.1 kB npm notice unpacked size: 9.9 kB npm notice shasum: 8a721c25ecafe065004b64bb57a2b0402afee910 npm notice integrity: sha512-FeJnVcDba5dpQ[...]EjLn/FFF3edQw== npm notice total files: 8 npm notice npm WARN This command requires you to be logged in to https://registry.npmjs.org/ (dry-run) npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access (dry-run) + @tree-sitter-grammars/tree-sitter-markdown@0.2.1
I ran npm pkg fix to fix the errors. The command is not shown here because it did not produce any output.
npm pkg fix
That's just npm being pedantic. The upstream template uses the short form and I personally prefer it.
Fix errors in npm publish script
This fixes some errors I found using the following command:
I ran
npm pkg fix
to fix the errors. The command is not shown here because it did not produce any output.