yarn-pnp-test
Advanced tools
Comparing version 0.1.0-beta.25 to 0.1.0-beta.26
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "0.1.0-beta.25" | ||
"version": "0.1.0-beta.26" | ||
} |
@@ -1,4 +0,4 @@ | ||
import path from 'path'; | ||
const path = require('path'); | ||
import { isObject, isObjectWithStringProp } from './validation'; | ||
const { isObject, isObjectWithStringProp } = require('./validation'); | ||
@@ -5,0 +5,0 @@ const getPartialBinPath = (packageJson, binName) => { |
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
2028