Skip to content

Commit 873298e

Browse files
committed
3.0.1
1 parent aec02f4 commit 873298e

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
{
2-
"name": "posthtml-mso",
3-
"description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.",
4-
"version": "3.0.0",
5-
"license": "MIT",
6-
"author": "Cosmin Popovici (https://github.com/cossssmin)",
7-
"bugs": "https://github.com/posthtml/posthtml-mso/issues",
8-
"homepage": "https://github.com/posthtml/posthtml-mso",
9-
"repository": "posthtml/posthtml-mso",
10-
"type": "module",
11-
"exports": "./lib/index.js",
12-
"types": "./lib/index.d.ts",
13-
"engines": {
14-
"node": ">=18"
15-
},
16-
"files": [
17-
"lib"
18-
],
19-
"scripts": {
20-
"dev": "vitest",
21-
"release": "np",
22-
"test": "vitest run --coverage",
23-
"pretest": "eslint lib/*.{js,ts}"
24-
},
25-
"keywords": [
26-
"mso",
27-
"html",
28-
"html-comments",
29-
"outlook",
30-
"posthtml",
31-
"html-email",
32-
"conditionals",
33-
"posthtml-plugin"
34-
],
35-
"dependencies": {
36-
"posthtml": "^0.16.6"
37-
},
38-
"devDependencies": {
39-
"@typescript-eslint/eslint-plugin": "^7.0.2",
40-
"@vitest/coverage-v8": "^1.3.1",
41-
"eslint": "^8.57.0",
42-
"np": "^10.0.0",
43-
"vitest": "^1.3.1"
44-
}
45-
}
1+
{
2+
"name": "posthtml-mso",
3+
"description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.",
4+
"version": "3.0.1",
5+
"license": "MIT",
6+
"author": "Cosmin Popovici (https://github.com/cossssmin)",
7+
"bugs": "https://github.com/posthtml/posthtml-mso/issues",
8+
"homepage": "https://github.com/posthtml/posthtml-mso",
9+
"repository": "posthtml/posthtml-mso",
10+
"type": "module",
11+
"exports": "./lib/index.js",
12+
"types": "./lib/index.d.ts",
13+
"engines": {
14+
"node": ">=18"
15+
},
16+
"files": [
17+
"lib"
18+
],
19+
"scripts": {
20+
"dev": "vitest",
21+
"release": "np",
22+
"test": "vitest run --coverage",
23+
"pretest": "eslint lib/*.{js,ts}"
24+
},
25+
"keywords": [
26+
"mso",
27+
"html",
28+
"html-comments",
29+
"outlook",
30+
"posthtml",
31+
"html-email",
32+
"conditionals",
33+
"posthtml-plugin"
34+
],
35+
"dependencies": {
36+
"posthtml": "^0.16.6"
37+
},
38+
"devDependencies": {
39+
"@typescript-eslint/eslint-plugin": "^7.0.2",
40+
"@vitest/coverage-v8": "^1.3.1",
41+
"eslint": "^8.57.0",
42+
"np": "^10.0.0",
43+
"vitest": "^1.3.1"
44+
}
45+
}

0 commit comments

Comments
 (0)