Skip to content

Commit

Permalink
deps: upgrade debug, long, utility
Browse files Browse the repository at this point in the history
also closes #15
  • Loading branch information
fengmk2 committed May 22, 2015
1 parent 78fd4c6 commit ff53abd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -24,8 +24,6 @@ byte
[download-image]: https://img.shields.io/npm/dm/byte.svg?style=flat-square
[download-url]: https://npmjs.org/package/byte

![logo](https://raw.github.com/node-modules/byte/master/logo.png)

Input Buffer and Output Buffer,
just like Java [`ByteBuffer`](http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html).

Expand Down
Binary file removed logo.png
Binary file not shown.
20 changes: 9 additions & 11 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"version": "1.1.1",
"description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
"main": "index.js",
"files": [
"lib/",
"index.js"
],
"scripts": {
"test": "mocha -R spec -t 5000 test/*.test.js",
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 5000 test/*.test.js",
Expand All @@ -13,28 +17,22 @@
"contributors": "contributors -f plain -o AUTHORS",
"optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js"
},
"config": {
"cov": {
"threshold": 90
}
},
"dependencies": {
"debug": "~2.1.0",
"debug": "~2.2.0",
"is-type-of": "~0.3.1",
"long": "~2.2.0",
"utility": "~1.2.0"
"long": "~2.2.3",
"utility": "~1.3.2"
},
"devDependencies": {
"autod": "*",
"beautify-benchmark": "*",
"benchmark": "*",
"contributors": "*",
"cov": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"optimized": "~1.2.0",
"should": "~4.0.4"
"should": "~6.0.3"
},
"homepage": "https://github.com/node-modules/byte",
"repository": {
Expand All @@ -56,6 +54,6 @@
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}

0 comments on commit ff53abd

Please sign in to comment.