Skip to content

Commit

Permalink
[minor] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blakmatrix committed Mar 15, 2013
1 parent c36ce63 commit ff4543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu/package.js
Expand Up @@ -546,7 +546,7 @@ package.properties = function (dir) {
warning: 'The application name must follow the rules for npm package names.\n'+
' They must not start with a \'.\', contain any whitespace characters\n'+
' or any of the following characters(between quotes): "/@+%:". \n'+
' Additionally, thename may not be \'node_modules\' or \'favicon.ico\'.',
' Additionally, the name may not be \'node_modules\' or \'favicon.ico\'.',
default: path.basename(dir)
},
{
Expand Down

0 comments on commit ff4543e

Please sign in to comment.