Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
justjohn committed Mar 2, 2012
1 parent 6980c2a commit 1a56f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/packager → bin/packagejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (files.length == 0) {

function printUsage(stream) {
stream.write("Usage:\n\t");
stream.write(thisFile + " [--help] [--output file] input.js\n");
stream.write(thisFile + " [--help] [--compress] [--output file] input.js\n");
}

function write(data) {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"author": "John Roepke <john@justjohn.us> (http://john.sh/)",
"name": "packager",
"name": "packagejs",
"description": "A tool for combining/memoizing multiple CommonJS Modules/2.0 into one js file.",
"version": "0.1.0",
"homepage": "https://github.com/justjohn/packager.js",
"homepage": "https://github.com/justjohn/packagejs",
"licenses": [
{ "type": "BSD-2-Clause",
"url": "https://raw.github.com/justjohn/packager.js/master/LICENSE" }
"url": "https://raw.github.com/justjohn/packagejs/master/LICENSE" }
],
"repository": {
"type": "git",
"url": "git://github.com/justjohn/packager.js.git"
"url": "git://github.com/justjohn/packagejs.git"
},
"main": "packager.js",
"engines": {
"node": "*"
},
"bin": {
"packager" : "./bin/packager"
"packagejs" : "./bin/packagejs"
},
"dependencies": {
"uglify-js": "1.2.x"
Expand Down

0 comments on commit 1a56f82

Please sign in to comment.