README.md is now copied to the output and included for npm publish
README.* was added to the files section of the package.json instead of README.md because a find/replace operation changes .md to .html
This commit is contained in:
parent
028425ca08
commit
4ffd72aee0
2 changed files with 3 additions and 2 deletions
|
|
@ -7,5 +7,5 @@
|
|||
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
|
||||
"main": "mithril.js",
|
||||
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
|
||||
"files": ["mithril.min.js", "mithril.min.map", "mithril.js"]
|
||||
}
|
||||
"files": ["mithril.min.js", "mithril.min.map", "mithril.js", "README.*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue