Skip to content

Commit

Permalink
simplify cli help creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 19, 2015
1 parent ebf5f7b commit e7e609b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -8,7 +8,7 @@ meow({
'Example',
' os-name',
' OS X Mavericks'
].join('\n')
]
});

console.log(osName());
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"linux"
],
"dependencies": {
"meow": "^3.1.0",
"meow": "^3.3.0",
"osx-release": "^1.0.0",
"win-release": "^1.0.0"
},
Expand Down

0 comments on commit e7e609b

Please sign in to comment.