@hqjs/babel-plugin-transform-json-imports
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -26,3 +26,3 @@ const path = require('path'); | ||
const filepath = modName.startsWith('/') ? | ||
`${root}${modName}` : | ||
path.join(root, modName) : | ||
modName.startsWith('.') ? | ||
@@ -46,3 +46,3 @@ path.join(dirname, modName) : | ||
const filepath = modName.startsWith('/') ? | ||
`${root}${modName}` : | ||
path.join(root, modName) : | ||
modName.startsWith('.') ? | ||
@@ -49,0 +49,0 @@ path.join(dirname, modName) : |
{ | ||
"name": "@hqjs/babel-plugin-transform-json-imports", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Transform json imports", | ||
@@ -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
14234