Comparing version 0.9.1 to 0.9.2
@@ -54,3 +54,3 @@ /* | ||
"aliasify", | ||
[ "uglifyify", { sourcemap: false, global: true } ] | ||
[ "uglifyify", { sourceMap: false, global: true } ] | ||
], | ||
@@ -57,0 +57,0 @@ plugin: [ |
{ | ||
"name": "encodr", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Encoding/Decoding to/from JSON/CBOR/MsgPack", | ||
@@ -38,3 +38,3 @@ "keywords": [ "encode", "decode", "codec", "json", "cbor", "msgpack" ], | ||
"grunt-contrib-clean": "~1.1.0", | ||
"grunt-eslint": "~19.0.0", | ||
"grunt-eslint": "~20.0.0", | ||
"grunt-babel": "~6.0.0", | ||
@@ -51,8 +51,8 @@ "grunt-browserify": "~5.0.0", | ||
"babel-plugin-transform-runtime": "~6.23.0", | ||
"uglifyify": "~3.0.4", | ||
"uglifyify": "~4.0.0", | ||
"browserify-header": "~0.9.2", | ||
"browserify-derequire": "~0.9.4", | ||
"babel-eslint": "~7.2.3", | ||
"babel-preset-env": "~1.5.1", | ||
"eslint": "~3.19.0", | ||
"babel-preset-env": "~1.5.2", | ||
"eslint": "~4.0.0", | ||
"eslint-config-standard": "~10.2.1", | ||
@@ -59,0 +59,0 @@ "eslint-plugin-standard": "~3.0.1", |
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
100720
753