[ES5] Reference README.md in package.json
Should eliminate the error message with `$ npm install` at: ``` json "readme": "ERROR: No README data found!", ```
This commit is contained in:
parent
aae7d49d0c
commit
d157c00831
|
|
@ -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 <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
||||
"license": "BSD-2-Clause",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user