@travetto/email-inky 6.0.0-rc.2 → 6.0.0

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/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -50,4 +50,5 @@ The template extension points are defined at:
50
50
  1. `email/main.scss` - The entry point for adding, and overriding any [sass](https://github.com/sass/dart-sass)
51
51
  1. `email/inky.variables.scss` - Allows for specifying any variables that should be defined before [inky](https://github.com/zurb/inky)'s styles are loaded.
52
52
  1. `email/inky.wrapper.html` - Provides direct access to override the entire base HTML document for all HTML emails.
53
+
53
54
  In addition to the overrides, you can find the list of available settings at [Github](https://github.com/foundation/foundation-emails/blob/develop/scss/settings/_settings.scss)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/email-inky",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0",
4
4
  "description": "Email Inky templating module",
5
5
  "keywords": [
6
6
  "email",
@@ -27,14 +27,14 @@
27
27
  "directory": "module/email-inky"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/config": "^6.0.0-rc.2",
31
- "@travetto/di": "^6.0.0-rc.2",
32
- "@travetto/email": "^6.0.0-rc.2",
33
- "@travetto/runtime": "^6.0.0-rc.2",
30
+ "@travetto/config": "^6.0.0",
31
+ "@travetto/di": "^6.0.0",
32
+ "@travetto/email": "^6.0.0",
33
+ "@travetto/runtime": "^6.0.0",
34
34
  "foundation-emails": "^2.4.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@travetto/email-compiler": "^6.0.0-rc.2"
37
+ "@travetto/email-compiler": "^6.0.0"
38
38
  },
39
39
  "peerDependenciesMeta": {
40
40
  "@travetto/cli": {