Skip to content

Commit c911a21

Browse files
committed
Version bump to 0.1.4.
Remove messages from build failure.
1 parent b81258e commit c911a21

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.npmignore

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
docs/
2-
example/
3-
test/
4-
util/
5-
vendor/nodeunit
6-
vendor/rimraf
1+
/doc/
2+
/example/
3+
/node_modules/
4+
/test/

install.js

-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ var dependencies = Q.allSettled([
131131
// Attempt to fallback on a prebuilt binary.
132132
.fail(function(message) {
133133
console.info('[nodegit] Failed to build nodegit.');
134-
console.info(message.message);
135-
console.info(message.stack);
136-
137134
console.info('[nodegit] Attempting to fallback on a prebuilt binary.');
138135

139136
function fetchPrebuilt() {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"libgit2": "a50086d174658914d4d6462afbc83b02825b1f5b",
66
"homepage": "https://github.com/tbranyen/nodegit",
77
"keywords": [
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"async": "~0.9.0",
49-
"aws-sdk": "~2.0.0-rc.19",
49+
"aws-sdk": "~2.0.0-rc.20",
5050
"ejs": "~1.0.0",
5151
"jshint": "~2.5.1",
5252
"nodeunit": "~0.9.0"
@@ -63,4 +63,4 @@
6363
"codegen": "node build/codegen/generate.js",
6464
"publish": "node-pre-gyp package && node-pre-gyp publish"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)