Changing name in package.json to be lowercase as required by npm

This commit is contained in:
ErisDS 2013-07-16 12:14:18 +01:00
parent 92bb75dfdf
commit 2d1f113cc5

View File

@ -1,5 +1,5 @@
{
"name": "Ghost",
"name": "ghost",
"version": "0.2.0",
"private": true,
"scripts": {