@knit/needle
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -6,3 +6,3 @@ /* @flow */ | ||
const pkg = readPkgUp.sync().pkg; | ||
const pkg = (readPkgUp.sync() || {}).pkg || {}; | ||
@@ -9,0 +9,0 @@ const ROOT_DIR = process.env.PWD || ''; |
@@ -10,3 +10,3 @@ { | ||
"description": "Knitting needle", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "index.js", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
70245