Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "msgpack5", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A msgpack v5 implementation for node.js and the browser, with extension points", | ||
@@ -9,4 +9,4 @@ "main": "index.js", | ||
"build": "npm run browserify && npm run dist", | ||
"browserify": "node_modules/.bin/browserify index.js -o dist/msgpack5.js -s msgpack5", | ||
"dist": "node_modules/.bin/uglifyjs dist/msgpack5.js -o dist/msgpack5.min.js", | ||
"browserify": "browserify index.js -o dist/msgpack5.js -s msgpack5", | ||
"dist": "uglifyjs dist/msgpack5.js -o dist/msgpack5.min.js", | ||
"test-browser": "browserify test/* | testling -u" | ||
@@ -35,4 +35,3 @@ }, | ||
"devDependencies": { | ||
"browserify": "^14.5.0", | ||
"jshint": "^2.9.5", | ||
"browserify": "^15.0.0", | ||
"memdb": "^1.3.1", | ||
@@ -44,3 +43,3 @@ "pre-commit": "^1.2.2", | ||
"testling": "^1.7.1", | ||
"uglify-js": "^3.2.2" | ||
"uglify-js": "^3.3.5" | ||
}, | ||
@@ -47,0 +46,0 @@ "standard": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
512432
8
10013