Skip to content

Commit

Permalink
Update name to something we can get for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
paxjs committed Jan 20, 2015
1 parent acd0749 commit abf6a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions bin/miso.bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,8 @@ try {
if(argv.s) {
addSkeleton(argv.s, projectPath, argv.n);
}

}



} else {
// Show the help screen
var helpText = [
Expand All @@ -166,7 +163,7 @@ try {
"Commands:",
" -? Shows help for a particular command, eg: '"+name+" -? n' shows help for creating a new project",
" -n Create a new project",
" -s Create a skeleton app, valid skeletons: 'todo'",
" -s Add a skeleton to a new app",
" run Runs the project in the current directory"
];
_.each(helpText, function(txt){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "miso",
"name": "misojs",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit abf6a26

Please sign in to comment.