Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jun 19, 2024
1 parent aec02f4 commit 873298e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "posthtml-mso",
"description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.",
"version": "3.0.0",
"license": "MIT",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"bugs": "https://github.com/posthtml/posthtml-mso/issues",
"homepage": "https://github.com/posthtml/posthtml-mso",
"repository": "posthtml/posthtml-mso",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=18"
},
"files": [
"lib"
],
"scripts": {
"dev": "vitest",
"release": "np",
"test": "vitest run --coverage",
"pretest": "eslint lib/*.{js,ts}"
},
"keywords": [
"mso",
"html",
"html-comments",
"outlook",
"posthtml",
"html-email",
"conditionals",
"posthtml-plugin"
],
"dependencies": {
"posthtml": "^0.16.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"np": "^10.0.0",
"vitest": "^1.3.1"
}
}
{
"name": "posthtml-mso",
"description": "PostHTML plugin that simplifies writing Outlook conditionals in HTML emails.",
"version": "3.0.1",
"license": "MIT",
"author": "Cosmin Popovici (https://github.com/cossssmin)",
"bugs": "https://github.com/posthtml/posthtml-mso/issues",
"homepage": "https://github.com/posthtml/posthtml-mso",
"repository": "posthtml/posthtml-mso",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=18"
},
"files": [
"lib"
],
"scripts": {
"dev": "vitest",
"release": "np",
"test": "vitest run --coverage",
"pretest": "eslint lib/*.{js,ts}"
},
"keywords": [
"mso",
"html",
"html-comments",
"outlook",
"posthtml",
"html-email",
"conditionals",
"posthtml-plugin"
],
"dependencies": {
"posthtml": "^0.16.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"np": "^10.0.0",
"vitest": "^1.3.1"
}
}

0 comments on commit 873298e

Please sign in to comment.