Skip to content

Commit

Permalink
doc: correct bindings.gyp to binding.gyp
Browse files Browse the repository at this point in the history
`node-gyp` looks for `binding.gyp`.

PR-URL: npm/npm#9820
  • Loading branch information
kenany authored and iarna committed Oct 8, 2015
1 parent 7224bef commit 7e6e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/misc/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ npm will default some script values based on package contents.

* `"install": "node-gyp rebuild"`:

If there is a `bindings.gyp` file in the root of your package, npm will
If there is a `binding.gyp` file in the root of your package, npm will
default the `install` command to compile using node-gyp.

## USER
Expand Down

0 comments on commit 7e6e007

Please sign in to comment.