Skip to content

Commit

Permalink
Merge pull request #6377 from TheThingsNetwork/fix/add-mjml
Browse files Browse the repository at this point in the history
Add accidentally removed mjml dependency
  • Loading branch information
kschiffer authored Jul 6, 2023
2 parents e514555 + 5e72bb3 commit 9219ac1
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"json": "^11.0.0",
"messageformat-parser": "^4.1.3",
"mini-css-extract-plugin": "^2.7.6",
"mjml": "^4.14.1",
"mkdirp": "^3.0.1",
"nib": "^1.2.0",
"pg": "^8.11.1",
Expand Down Expand Up @@ -144,7 +145,7 @@
"<rootDir>/pkg/**/*_test.js"
],
"transform": {
"^.+\\.js$": ["babel-jest", { "configFile": "./config/babel.config.json" }],
"^.+\\.js$": "babel-jest",
"\\.(css|styl|less|sass)$": "<rootDir>/config/jest/styles.transform.js",
"\\.(jpg|jpeg|svg|png|woff|woff2|ttf|eot|gif|webp)$": "<rootDir>/config/jest/files.transform.js"
},
Expand Down
Loading

0 comments on commit 9219ac1

Please sign in to comment.