@abtnode/util
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -104,3 +104,3 @@ const fs = require('fs'); | ||
/** | ||
* Get blocklet config from blocklet's package.json and blocklet.json, the attribute in blocklet.json will overwrite the attribute with the same name in package.json | ||
* Get blocklet config from package.json and blocklet.json, the attribute in blocklet.json will overwrite package.json | ||
* @param {string} dir blocklet directory | ||
@@ -107,0 +107,0 @@ * @param {object} option |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "ArcBlock's JavaScript utility", | ||
@@ -31,6 +31,6 @@ "main": "lib/index.js", | ||
"eslint": "7.5.0", | ||
"jest": "^25.2.7", | ||
"jest": "^26.4.2", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"gitHead": "a93cdf02801619b7cbc3d02261e9476167d4a5d7" | ||
"gitHead": "4a66e35b4cdf5512276b50c28535f352508ae0ac" | ||
} |
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
9140