mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/2958 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>v5.x
committed by
Jeremiah Senkpiel
14 changed files with 68 additions and 19 deletions
@ -0,0 +1 @@ |
|||
../node-gyp/bin/node-gyp.js |
@ -0,0 +1,4 @@ |
|||
{ |
|||
"asi": true, |
|||
"laxcomma": true |
|||
} |
@ -0,0 +1,3 @@ |
|||
{ |
|||
"laxbreak": true |
|||
} |
Loading…
Reference in new issue