Skip to content

Commit

Permalink
Merge pull request #38 from webtretech/dev
Browse files Browse the repository at this point in the history
bumped version to v0.1.0
  • Loading branch information
kodjunkie authored Aug 24, 2023
2 parents 494e70f + b91ad74 commit f53e0ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/npm-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm i @webtre/nestjs-mailer-react-adapter @nestjs-modules/mailer nodemailer

### Getting Started

To add `react` support to your project, modify `tsconfig.json`
To add support for `React` to your project, modify `tsconfig.json`

```javascript
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtre/nestjs-mailer-react-adapter",
"version": "0.0.9",
"version": "0.1.0",
"description": "Build and send emails in Nest framework using React.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit f53e0ab

Please sign in to comment.