Skip to content

Commit 520f9d3

Browse files
committed
Adding static game name
package.json files do not support spaces in gameName
1 parent ac2557f commit 520f9d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "<%= gameName %>",
2+
"name": "YourGame",
33
"version": "0.0.0",
44
"description": "<%= gameName %> is an HTML and JavaScript game built using the Crafty.js game engine and the generator-crafty templates.",
55
"keywords": [

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ v0.1.2 - 10-17-2013
33
* Copy over the web directory and the sub content
44
* Moving bower dependencies to src/bower_components
55
* Adding build to copy over entire src/libs directory
6+
* Giving package.json 'name' a static name. packag.json files do not support spaces in the name
7+
http://github.com/isaacs/npm/issues/3105
68

79
v0.1.1 - 10-17-2013
810

0 commit comments

Comments
 (0)