From 30748577995c4c911c485fdf5c045aa98be7081d Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sun, 6 Mar 2016 19:32:38 -0500 Subject: [PATCH] Adds README and LICENCE to npm package --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ff4b835be1..6887c2ca87 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "license": "LicenseRef-LICENSE", "files": [ "Parse-Dashboard", - "bin" + "bin", + "README.md", + "LICENSE" ], "dependencies": { "babel-runtime": "~5.8.25",