@movable/behavioral-app
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -82,3 +82,3 @@ import CD from "cropduster"; | ||
imageUrl: $doc.find('').eq(0).attr('data-src'), | ||
title: $doc.find('').text().trim()), | ||
title: $doc.find('').text().trim(), | ||
price: $doc.find('').text().trim() | ||
@@ -85,0 +85,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
import { Sherlock } from "sherlockapi"; | ||
import Sherlock from "node_modules/sherlockapi/lib/sherlock"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@movable/behavioral-app", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Movable CLI blueprint for initializing a new behavioral application.", | ||
@@ -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
92645