From d5c6a6b540ace240f43e0b00039674f0c3f8de2f Mon Sep 17 00:00:00 2001 From: Alexandre Gigliotti Date: Wed, 5 Aug 2015 16:10:21 -0700 Subject: [PATCH] Updated license. --- README.md | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ada73d..6c4bc15 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Embed local assets in an HTML document. [![npm](https://img.shields.io/npm/v/inline-html.svg)]() [![Travis](https://img.shields.io/travis/panosoft/inline-html.svg)]() [![David](https://img.shields.io/david/panosoft/inline-html.svg)]() +[![npm](https://img.shields.io/npm/l/inline-html.svg)]() [![npm](https://img.shields.io/npm/dm/inline-html.svg)]() ## Installation @@ -22,24 +23,24 @@ This: Turns this: - +
- + Into this:
- + Where: diff --git a/package.json b/package.json index a007f39..68ea357 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC", + "license": "MIT", "dependencies": { "cheerio": "^0.19.0", "co": "^4.6.0",