diff --git a/Gruntfile.js b/Gruntfile.js index a67c3931..9844f85b 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function (grunt) { // eslint-disable-line options: { banner: [ "/*", - pkg.name + " v" + pkg.version, + "Mithril v" + pkg.version, pkg.homepage, "(c) 2014-" + currentYear + " " + pkg.author.name, "License: " + pkg.license, diff --git a/package.json b/package.json index 4ef7f167..cc9d7dc2 100644 --- a/package.json +++ b/package.json @@ -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", "version": "0.2.1", "homepage": "http://mithril.js.org",