Skip to content

Commit

Permalink
NPM global module issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Blankenship committed Oct 18, 2014
1 parent cbcd7b6 commit ccdf9c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions bin/gryd-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require(__dirname+'/../lib/cli.js');
1 change: 0 additions & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* Project Name: GrydCLI
* Author: Aaron Blankenship
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gryd-cli",
"version": "0.1.5",
"version": "0.1.7",
"description": "Command line interface for managing Gryd-based projects",
"keywords": ["gryd","CLI","API","REST","command line interface","framework","autogenerate"],
"main": "index.js",
Expand All @@ -15,7 +15,7 @@
"license": "ISC",
"preferGlobal": true,
"bin": {
"gryd-cli": "./lib/cli.js"
"gryd-cli": "./bin/gryd-cli"
},
"dependencies": {
"colors": "^1.0.3",
Expand Down

0 comments on commit ccdf9c1

Please sign in to comment.