mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
readme: make the binding.gyp file be valid JSON
This commit is contained in:
parent
45f9540e3a
commit
2e55e513cc
1 changed files with 3 additions and 3 deletions
|
@ -83,10 +83,10 @@ building a node addon looks like:
|
|||
|
||||
``` json
|
||||
{
|
||||
'targets': [
|
||||
"targets": [
|
||||
{
|
||||
'target_name': 'binding',
|
||||
'sources': [ 'src/binding.cc' ]
|
||||
"target_name": "binding",
|
||||
"sources": [ "src/binding.cc" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue