Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RnbWd committed Jun 3, 2016
1 parent 61ff8eb commit 1202107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var VERSION = '0.1.2'; //pkg.version;
module.exports = new BinWrapper()
.src(BASE + 'osx/nut', 'darwin')
.src(BASE + 'linux/nut', 'linux', 'x64')
.src(BASE + 'windows/nut', 'win32', 'x64')
.src(BASE + 'windows/nut.exe', 'win32', 'x64')
.dest(path.join(__dirname, '../vendor'))
.use('nut')
.use(process.platform === 'win32' ? 'nut.exe' : 'nut')
// .version(VERSION); .version('0.1.2');
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nut-bin",
"version": "0.1.2-linux",
"version": "0.1.2",
"description": "",
"bin": {
"nut": "cli.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
"logalot": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"bin-check": "^3.0.0"
"ava": "^0.15.1",
"bin-check": "^4.0.0"
}
}

0 comments on commit 1202107

Please sign in to comment.