@smpx/babel-changed
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -73,3 +73,3 @@ const babel = require('@babel/core'); | ||
absolute: true, | ||
}).map(path.normalize); | ||
})).map(path.normalize); | ||
@@ -76,0 +76,0 @@ const filesToCompile = []; |
{ | ||
"name": "@smpx/babel-changed", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Only compile changed files with babel", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "rm -rf ___dist && node ./bin/babel-changed.js --src . --dest ___dist && rm -rf ___dist", | ||
"prepublishOnly": "npm run test" | ||
}, | ||
@@ -9,0 +10,0 @@ "bin": { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
10599
1