Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "ascjs", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "ES2015 to CommonJS import/export transformer", | ||
@@ -8,4 +8,4 @@ "bin": "bin.js", | ||
"scripts": { | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"test": "istanbul cover test.js" | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"test": "nyc node test.js" | ||
}, | ||
@@ -31,8 +31,8 @@ "repository": { | ||
"dependencies": { | ||
"@babel/parser": "^7.9.4" | ||
"@babel/parser": "^7.9.6" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.11", | ||
"istanbul": "^0.4.5" | ||
"coveralls": "^3.1.0", | ||
"nyc": "^15.0.1" | ||
} | ||
} |
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
15106
Updated@babel/parser@^7.9.6