We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2557f commit 520f9d3Copy full SHA for 520f9d3
app/templates/_package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "<%= gameName %>",
+ "name": "YourGame",
3
"version": "0.0.0",
4
"description": "<%= gameName %> is an HTML and JavaScript game built using the Crafty.js game engine and the generator-crafty templates.",
5
"keywords": [
changelog.txt
@@ -3,6 +3,8 @@ v0.1.2 - 10-17-2013
* Copy over the web directory and the sub content
* Moving bower dependencies to src/bower_components
* 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
8
9
v0.1.1 - 10-17-2013
10
0 commit comments