Skip to content

Commit

Permalink
Set coveralls dependency to npm again
Browse files Browse the repository at this point in the history
Now that nickmerwin/node-coveralls#77 is landed, the
git dependency in package.json should no longer be necessary.
  • Loading branch information
addaleax committed Dec 11, 2015
1 parent 4ca6dce commit 6a53c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ try {

extend(exports, native);

exports.version = '0.3.10';
exports.version = '0.3.11';

var Stream = exports.Stream;

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lzma-native",
"version": "0.3.10",
"version": "0.3.11",
"engines": { "node": ">=0.10" },
"author": {
"name": "Hauke Henningsen",
Expand Down Expand Up @@ -43,7 +43,7 @@
"mocha": "*",
"istanbul": "*",
"bl": "*",
"coveralls": "git+https://github.com/addaleax/node-coveralls.git#write-to-stdout",
"coveralls": ">=2.11.6",
"q": "^1.4.1"
}
}

0 comments on commit 6a53c28

Please sign in to comment.