@hh.ru/babel-plugin-static-value-extractor
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@hh.ru/babel-plugin-static-value-extractor", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"main": "lib/index.js", | ||
@@ -11,3 +11,3 @@ "devDependencies": { | ||
"del": "^3.0.0", | ||
"mocha": "5.2.0" | ||
"mocha": "^7.1.1" | ||
}, | ||
@@ -25,3 +25,3 @@ "engines": { | ||
"build": "babel src -d lib", | ||
"test": "mocha --compilers js:@babel/register", | ||
"test": "mocha --require @babel/register", | ||
"test:watch": "yarn run test -- --watch", | ||
@@ -35,4 +35,7 @@ "prepublish": "yarn clean && yarn build" | ||
"@babel/core": "^7.5.4", | ||
"glob-all": "^3.1.0" | ||
"glob-all": "^3.2.1" | ||
}, | ||
"resolutions": { | ||
"kind-of": "6.0.3" | ||
} | ||
} |
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
16673
Updatedglob-all@^3.2.1