@newlogic-digital/core 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/modules/Core.js +1 -1
  2. package/package.json +1 -1
package/modules/Core.js CHANGED
@@ -61,7 +61,7 @@ let Config = {
61
61
  icons: "public/assets/css",
62
62
  emails: "public",
63
63
  emailsImg: "public/img",
64
- emailsWww: "www/emails",
64
+ emailsWww: "app/Presenters/emails",
65
65
  assets: "public/assets"
66
66
  }
67
67
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "0.9.8",
4
+ "version": "0.9.9",
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",