Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-29 06:12:37 +0400
committerisaacs <i@izs.me>2012-03-29 06:12:37 +0400
commit58c77b8b4a190aa11eb3431f555bd6c0111b37c2 (patch)
tree83f2cd8afa378869a67a0245917e27ef7b8ff159 /node_modules/node-gyp/README.md
parent9bcd53e4a414f213938342744b481806f4a937af (diff)
Upgrade node-gyp to 0.3.9
Diffstat (limited to 'node_modules/node-gyp/README.md')
-rw-r--r--node_modules/node-gyp/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/node-gyp/README.md b/node_modules/node-gyp/README.md
index 32b22a097..e796e6982 100644
--- a/node_modules/node-gyp/README.md
+++ b/node_modules/node-gyp/README.md
@@ -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" ]
}
]
}