-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: load partials and set global variables
- Loading branch information
1 parent
ec44f5d
commit ee62f27
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@veeklabs/nestjs-modules-mailer", | ||
"version": "1.3.0", | ||
"name": "@veek/nestjs-modules-mailer", | ||
"version": "1.3.1", | ||
"description": "A mailer module for Nest framework (node.js)", | ||
"main": "dist/index.js", | ||
"types": "dist/index", | ||
|
@@ -29,7 +29,8 @@ | |
"contributors": [ | ||
"Paweł Partyka <[email protected]>", | ||
"Cristiam Díaz <[email protected]>", | ||
"Juan Echeverry <[email protected]>" | ||
"Juan Echeverry <[email protected]>", | ||
"Eduardo Leal <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env bash | ||
|
||
npm version $1 | ||
npm publish | ||
npm publish --access public |