Skip to content

Commit

Permalink
feat: use msgpack-lite instead of msgpack-js
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausTrainer committed Jan 20, 2017
1 parent aafcac5 commit 323c7b5
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 @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

var msgpack = require('msgpack-js')
var msgpack = require('msgpack-lite')
var snappy = require('snappyjs')
var through = require('through')
var bops = require('bops')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bops": "^1.0.0",
"msgpack-js": "^0.3.0",
"msgpack-lite": "^0.1.26",
"snappyjs": "^0.5.0",
"through": "^2.3.8"
},
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"standard": "^8.0.0",
"tape": "^4.6.0",
"semantic-release": "^4.3.5"
"semantic-release": "^6.3.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 323c7b5

Please sign in to comment.