Commit 70a36639 by Dane Springmeyer

try unpublishing before publish [publish binary]

parent 0a0d02f4
...@@ -58,7 +58,7 @@ install: ...@@ -58,7 +58,7 @@ install:
- node-pre-gyp package %TOOLSET_ARGS% - node-pre-gyp package %TOOLSET_ARGS%
# make commit message env var shorter # make commit message env var shorter
- SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% - SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
- if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish --loglevel=verbose %TOOLSET_ARGS% - if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 unpublish publish --loglevel=verbose %TOOLSET_ARGS%
- if "%msvs_toolset%" == "12" call scripts\build_for_node_webkit.cmd %PLATFORM% - if "%msvs_toolset%" == "12" call scripts\build_for_node_webkit.cmd %PLATFORM%
build: OFF build: OFF
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
], ],
"devDependencies": { "devDependencies": {
"mocha": "1.x", "mocha": "1.x",
"aws-sdk": "~2.0.4" "aws-sdk": "~2.0.25"
}, },
"engines": { "engines": {
"node": ">= 0.10.0 < 0.11.0 || >= 0.11.13 < 0.13.0" "node": ">= 0.10.0 < 0.11.0 || >= 0.11.13 < 0.13.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment