@bam.tech/parcel-plugin-handlebars-mock
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@bam.tech/parcel-plugin-handlebars-mock", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Parcel plugin to populate html during development.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ const handlebars = require('handlebars'); | ||
const MOCK_DIR = 'src/mock'; | ||
const MOCK_DIR = './src/mock'; | ||
@@ -8,0 +8,0 @@ class HbsAsset extends HTMLAsset { |
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
960