@newlogic-digital/core 0.9.7 → 0.9.8

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.
Files changed (2) hide show
  1. package/modules/Core.js +2 -1
  2. package/package.json +1 -1
package/modules/Core.js CHANGED
@@ -151,7 +151,8 @@ let Config = {
151
151
  removeClasses: false,
152
152
  inlineOnly: false,
153
153
  zipPrefix: ["email"],
154
- postcss: {}
154
+ postcss: {},
155
+ format: "twig"
155
156
  },
156
157
  assets: {
157
158
  revision: true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "0.9.7",
4
+ "version": "0.9.8",
5
5
  "main": "index.js",
6
6
  "author": "New Logic Studio s.r.o.",
7
7
  "description": "Set of tools that can be used to create modern web applications",