@emulsify/core 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,10 @@ const SpriteLoaderPlugin = new _SpriteLoaderPlugin({
36
36
 
37
37
  const ProgressPlugin = new webpack.ProgressPlugin();
38
38
 
39
- const componentFilesPattern = resolve(srcDir, '**/*.{twig,component.yml}');
39
+ const componentFilesPattern = resolve(
40
+ srcDir,
41
+ '**/*.{twig,component.yml,component.json}',
42
+ );
40
43
 
41
44
  /**
42
45
  * Prepare a list of patterns for copying Twig and component files.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emulsify/core",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Bundled tooling for Storybook development + Webpack Build",
5
5
  "keywords": [
6
6
  "component library",