Skip to content

Commit c7b1db5

Browse files
author
John Haley
committed
Updated some dependencies
1 parent 97372c0 commit c7b1db5

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

generate/templates/partials/callback_helpers.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ void {{ cppClassName }}::{{ cppFunctionName }}_{{ cbFunction.name }}_asyncAfter(
8282

8383
{{ cbFunction.return.type }} resultStatus;
8484

85+
{}
8586
{% each cbFunction|returnsInfo true false as _return %}
8687
if (result.IsEmpty() || result->IsNativeError()) {
8788
baton->result = {{ cbFunction.return.error }};

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,24 @@
5454
"node-pre-gyp"
5555
],
5656
"dependencies": {
57-
"fs-extra": "~0.15.0",
57+
"fs-extra": "^0.15.0",
5858
"node-pre-gyp": "~0.6.1",
5959
"nodegit-promise": "~1.0.0",
6060
"npm": "^2.1.18",
6161
"promisify-node": "~0.1.2",
6262
"which-native-nodish": "^1.0.3"
6363
},
6464
"devDependencies": {
65-
"mocha": "~2.1.0",
6665
"combyne": "~0.6.2",
6766
"istanbul": "~0.3.2",
6867
"js-beautify": "^1.5.4",
69-
"jshint": "~2.5.6",
68+
"jshint": "^2.6.0",
7069
"lodash": "^2.4.1",
71-
"nan": "~1.5.0",
70+
"mocha": "~2.1.0",
71+
"nan": "^1.6.2",
7272
"node-gyp": "~1.0.2",
7373
"nw-gyp": "^0.12.4",
74-
"request": "~2.51.0",
74+
"request": "^2.53.0",
7575
"tar": "~1.0.1"
7676
},
7777
"binary": {
@@ -85,19 +85,14 @@
8585
"mocha": "mocha test/runner test/tests",
8686
"mochaDebug": "mocha --debug-brk test/runner test/tests",
8787
"test": "npm run lint && npm run cov",
88-
8988
"generateJson": "node generate/scripts/generateJson",
9089
"generateNativeCode": "node generate/scripts/generateNativeCode",
9190
"generateMissingTests": "node generate/scripts/generateMissingTests",
92-
93-
9491
"prepublish": "node lifecycleScripts/prepareForBuild.js",
9592
"publish": "node-pre-gyp package && node-pre-gyp publish",
96-
9793
"install": "node lifecycleScripts/install",
9894
"installDebug": "BUILD_DEBUG=true npm install",
9995
"postinstall": "node lifecycleScripts/clean",
100-
10196
"recompile": "node-gyp configure build",
10297
"rebuild": "node generate && node-gyp configure build",
10398
"recompileDebug": "node-gyp configure --debug build",

0 commit comments

Comments
 (0)