From f49111c87cc9e3d38176631ff2dc74524301f80e Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 13 Jan 2017 21:11:03 -0700 Subject: [PATCH] add license to package.json (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because right now it doesn't show any license on [the npm page](https://www.npmjs.com/package/prettier). Also, it's causing my [DependencyCI](https://dependencyci.com/github/kentcdodds/prettier-eslint/builds/5) build to fail 😅 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 97c2529d..2102646b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "url": "git+https://github.com/jlongster/prettier.git" }, "author": "James Long", + "license": "MIT", "bugs": { "url": "https://github.com/jlongster/prettier/issues" },