locale-path-loader
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -33,5 +33,3 @@ require('shelljs/global') | ||
console.log(mapLang) | ||
return content | ||
} |
@@ -9,3 +9,3 @@ const recursiveReaddir = require('recursive-readdir-sync') | ||
if (e.errno === 34) { | ||
console.log('Path does not exist') | ||
throw new Error('Path does not exist') | ||
} else { | ||
@@ -12,0 +12,0 @@ throw err |
{ | ||
"name": "locale-path-loader", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4186
83