@goldfishjs/utils
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,5 +1,10 @@ | ||
const libraryName = require('./package.json').name; | ||
const codeDir = `${libraryName}/lib`; | ||
module.exports = { | ||
libraryName: '@goldfishjs/utils', | ||
libraryName, | ||
camel2DashComponentName: false, | ||
libraryDirectory: 'lib', | ||
customName(name) { | ||
return `${codeDir}/${name}`; | ||
}, | ||
}; |
{ | ||
"name": "@goldfishjs/utils", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "goldfish-utils", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
139770
4272