postmark-cli-cz 1.0.0 → 1.0.1
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postmark-cli-cz",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Fix count: A CLI tool for managing templates, sending emails, and fetching servers on Postmark.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"lint:js": "eslint --ext .ts ./src",
|
|
68
68
|
"lint:prettier": "prettier --check .",
|
|
69
69
|
"lint": "concurrently \"npm run lint:js\" \"npm run lint:prettier\"",
|
|
70
|
+
"prepublishOnly": "npm run build",
|
|
70
71
|
"publish:npm": "npm publish --access public"
|
|
71
72
|
},
|
|
72
73
|
"repository": {
|