diff options
author | isaacs <i@izs.me> | 2013-07-12 08:56:59 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-07-12 08:56:59 -0700 |
commit | 9da67fa5198f3c0839904ae05cbfe88c61b3ad09 (patch) | |
tree | 61c03f98b7c2ae549f67c01e1afe6dcbe84847d6 /deps/npm/node_modules/node-gyp/.jshintrc | |
parent | f88b8dad84cd8f37000e55f0b5de7963cbb252cf (diff) | |
download | node-9da67fa5198f3c0839904ae05cbfe88c61b3ad09.tar.gz |
npm: Upgrade to 1.3.3
Diffstat (limited to 'deps/npm/node_modules/node-gyp/.jshintrc')
-rw-r--r-- | deps/npm/node_modules/node-gyp/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/node_modules/node-gyp/.jshintrc b/deps/npm/node_modules/node-gyp/.jshintrc index dcbfbcc56..52475ba2e 100644 --- a/deps/npm/node_modules/node-gyp/.jshintrc +++ b/deps/npm/node_modules/node-gyp/.jshintrc @@ -1,6 +1,7 @@ { "asi": true, "laxcomma": true, + "es5": true, "node": true, "strict": false } |