From d157c00831a58e57cb20859d3504795f3cb7ae9d Mon Sep 17 00:00:00 2001 From: Martii Date: Thu, 11 May 2017 03:54:52 -0600 Subject: [PATCH] [ES5] Reference README.md in `package.json` Should eliminate the error message with `$ npm install` at: ``` json "readme": "ERROR: No README data found!", ``` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 932e7cb0..c887e065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "uglify-js", "description": "JavaScript parser, mangler/compressor and beautifier toolkit", + "readme": "README.md", "homepage": "http://lisperator.net/uglifyjs", "author": "Mihai Bazon (http://lisperator.net/)", "license": "BSD-2-Clause",