Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerlee committed Nov 29, 2015
1 parent e083080 commit 1af2840
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
4 changes: 0 additions & 4 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"variables": {
"dll_files": ["WinSparkle.dll"],
"include_dirs": []
},
"targets": [
{
"target_name": "addon",
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var addon = require('build/Release/addon.node');
var addon = require('./build/Release/addon.node');

module.exports = {
winSparkleCleanup : addon.winSparkleCleanup,
Expand Down
25 changes: 25 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\iojs\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'publish' ]
2 info using npm@2.13.3
3 info using node@v3.3.0
4 verbose publish [ '.' ]
5 verbose stack Error: Invalid version: "0.4.0.1"
5 verbose stack at Object.module.exports.fixVersionField (C:\Program Files (x86)\iojs\node_modules\npm\node_modules\normalize-package-data\lib\fixer.js:186:13)
5 verbose stack at C:\Program Files (x86)\iojs\node_modules\npm\node_modules\normalize-package-data\lib\normalize.js:32:38
5 verbose stack at Array.forEach (native)
5 verbose stack at normalize (C:\Program Files (x86)\iojs\node_modules\npm\node_modules\normalize-package-data\lib\normalize.js:31:15)
5 verbose stack at final (C:\Program Files (x86)\iojs\node_modules\npm\node_modules\read-package-json\read-json.js:338:5)
5 verbose stack at then (C:\Program Files (x86)\iojs\node_modules\npm\node_modules\read-package-json\read-json.js:113:5)
5 verbose stack at C:\Program Files (x86)\iojs\node_modules\npm\node_modules\read-package-json\read-json.js:300:12
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (evalmachine.<anonymous>:380:3)
6 verbose cwd D:\workspace\winsparkle
7 error Windows_NT 10.0.10240
8 error argv "C:\\Program Files (x86)\\iojs\\node.exe" "C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js" "publish"
9 error node v3.3.0
10 error npm v2.13.3
11 error Invalid version: "0.4.0.1"
12 error If you need help, you may report this error at:
12 error <https://github.com/npm/npm/issues>
13 verbose exit [ 1, true ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winsparkle-node",
"version": "0.4.0",
"version": "0.4.1",
"description": "a node.js port for winsparkle",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1af2840

Please sign in to comment.