Skip to content

Commit

Permalink
Add jq bin field to package.json (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx authored Oct 24, 2023
1 parent 82be730 commit b7a4390
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@

If this is a feature request, explain why it should be added. Specific use-cases are best.

For bug reports, please provide as much *relevant* info as possible and create a minimum reproduction with this [codesandbox](https://codesandbox.io/s/node-jq-issue-playground-4kqhr).
For bug reports, please provide as much *relevant* info as possible and create a minimum reproduction by using this [playground](https://replit.com/@DavidSancho/try-node-jq?v=1#index.js) template.

### Test Source

```js
// Avoid posting many lines of source code that aren't related with the issue.
```
If a playground is provided there's a much higher chance of your issue being resolved quickly.

### Error Message & Stack Trace

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "node-jq",
"version": "4.1.0-rc.0",
"version": "0.0.0-automated-versioning",
"description": "Run jq in node",
"main": "lib/jq.js",
"repository": {
"type": "git",
"url": "https://github.com/sanack/node-jq"
},
"bin": {
"node-jq": "bin/jq",
"jq": "bin/jq"
},
"scripts": {
"pretest": "npm run install-binary",
"install-binary": "node scripts/install-binary.js",
Expand Down

0 comments on commit b7a4390

Please sign in to comment.