Skip to content

Commit

Permalink
feat: Initial release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHechenberger authored Jun 15, 2019
2 parents c14f321 + f28173a commit 341fef6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> Renders [Svelte](https://svelte.dev) components for emails. Inlines styles and renders additional plain text version.
[![CircleCI](https://circleci.com/gh/ls-age/svelte-mail/tree/master.svg?style=svg)](https://circleci.com/gh/ls-age/svelte-mail/tree/master)

## Installation

Run `npm i --save svelte-mail`.
Expand Down
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
{
"name": "svelte-mail",
"version": "0.0.0",
"description": "Render svelte compontent to emails",
"description": "Renders Svelte components for emails: Inlines styles and renders additional plain text version",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ls-age/svelte-mail.git"
},
"bugs": {
"url": "https://github.com/ls-age/svelte-mail/issues"
},
"homepage": "https://github.com/ls-age/svelte-mail#readme",
"author": "Lukas Hechenberger <npm@ls-age.com>",
"keywords": [
"svelte",
"email",
"mail",
"inline"
],
"main": "out/index.js",
"module": "out/es/index.js",
"scripts": {
Expand All @@ -14,12 +28,6 @@
"test": "jest --testPathIgnorePatterns=__tests__/fixtures/templates",
"types": "tsc --emitDeclarationOnly"
},
"keywords": [
"svelte",
"email",
"mail",
"inline"
],
"types": "out/types/index.d.ts",
"dependencies": {
"html-to-text": "^5.1.1",
Expand Down

0 comments on commit 341fef6

Please sign in to comment.