Revert to lowercase NPM package name
As per https://docs.npmjs.com/files/package.json#name as mentioned by @Pumpuli in #845.
This commit is contained in:
parent
5269f9b1ce
commit
101d4523b4
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ module.exports = function (grunt) { // eslint-disable-line
|
||||||
options: {
|
options: {
|
||||||
banner: [
|
banner: [
|
||||||
"/*",
|
"/*",
|
||||||
pkg.name + " v" + pkg.version,
|
"Mithril v" + pkg.version,
|
||||||
pkg.homepage,
|
pkg.homepage,
|
||||||
"(c) 2014-" + currentYear + " " + pkg.author.name,
|
"(c) 2014-" + currentYear + " " + pkg.author.name,
|
||||||
"License: " + pkg.license,
|
"License: " + pkg.license,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Mithril",
|
"name": "mithril",
|
||||||
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
|
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"homepage": "http://mithril.js.org",
|
"homepage": "http://mithril.js.org",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue