Skip to content

Commit

Permalink
fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifm committed Apr 2, 2012
1 parent 72cf545 commit d5f954c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
.smonignore
smonconfig.json
smonconfig.json
.gitignore
9 changes: 7 additions & 2 deletions package.json
@@ -1,15 +1,20 @@
{
"author": "Mihai Ciuraru <mihaixc@gmail.com>",
"name": "simplemon",
"homepage": "https://github.com/mihaifm/simplemon",
"bin" : { "simplemon" : "./simplemon.js" },
"description": "Simple file monitor that executes commands each time a file changes",
"version": "1.0.0",
"repository": {
"url": ""
"type": "git",
"url": "https://github.com/mihaifm/simplemon.git"
},
"preferGlobal" : "true",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
},
"main": "./simplemon"
}
1 change: 1 addition & 0 deletions simplemon.js
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var fs = require('fs');
var util = require('util');
var path = require('path');
Expand Down

0 comments on commit d5f954c

Please sign in to comment.