[ES6+] 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
fcd90db30d
commit
0cbb19d91f
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "uglify-es",
|
"name": "uglify-es",
|
||||||
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
||||||
|
"readme": "README.md",
|
||||||
"homepage": "http://lisperator.net/uglifyjs",
|
"homepage": "http://lisperator.net/uglifyjs",
|
||||||
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user