Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
msgpack removed as it fails on iojs.
optionalDependencies is not an optionalDevDependencies.
npm/npm#3870
  • Loading branch information
kawanet committed Aug 23, 2015
1 parent 8ceedab commit 788e0a1
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "msgpack-lite",
"description": "Fast Pure JavaScript MessagePack Encoder and Decoder",
"version": "0.1.10",
"version": "0.1.11",
"author": "@kawanet",
"bin": {
"msgpack": "./bin/msgpack"
Expand All @@ -14,6 +14,11 @@
"browserify": "^11.0.1",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"msgpack-js": "^0.3.0",
"msgpack-js-v5": "^0.3.0-v5",
"msgpack-unpack": "^2.1.1",
"msgpack.codec": "git+https://github.com/kawanet/msgpack-javascript.git#msgpack.codec",
"msgpack5": "^3.0.0",
"uglify-js": "^2.4.24",
"zuul": "^3.3.0"
},
Expand All @@ -40,14 +45,6 @@
],
"license": "MIT",
"main": "index.js",
"optionalDependencies": {
"msgpack": "^0.2.6",
"msgpack-js": "^0.3.0",
"msgpack-js-v5": "^0.3.0-v5",
"msgpack-unpack": "^2.1.1",
"msgpack.codec": "git+https://github.com/kawanet/msgpack-javascript.git#msgpack.codec",
"msgpack5": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kawanet/msgpack-lite.git"
Expand Down

0 comments on commit 788e0a1

Please sign in to comment.