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:
majgis 2015-01-25 11:13:59 -07:00
parent 028425ca08
commit 4ffd72aee0
2 changed files with 3 additions and 2 deletions

View file

@ -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.*"]
}