From 44d7870641fef98a3a9e31c5ce17616648cd3cc3 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 14 Jul 2019 08:39:50 -0700 Subject: [PATCH] chore: Add license to package.json and use mustache from node_modules --- package.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index dbc9209..6614a62 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,7 @@ "type": "git", "url": "https://github.com/lokesh/color-thief.git" }, - "licenses": [ - { - "type": "MIT", - "url": "https://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE/" - } - ], + "license": "MIT", "scripts": { "build": "node ./build/build.js", "dev": "./node_modules/http-server/bin/http-server", @@ -38,7 +33,8 @@ "@node-minify/uglify-es": "^4.0.5", "cypress": "^3.3.1", "eslint": "^5.16.0", - "http-server": "^0.11.1" + "http-server": "^0.11.1", + "mustache": "^3.0.1" }, "engines": { "node": ">=10.15.3"