Skip to content

Commit

Permalink
Fix npm test script property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Mansilla committed Aug 8, 2012
1 parent ed04acb commit b030d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"node": ">=0.4"
},
"scripts": {
"test": "node test/jsftp_test.js"
"test": "test/jsftp_test.js"
},
"licenses": [{
"type" : "MIT",
Expand Down
1 change: 1 addition & 0 deletions test/jsftp_test.js 100644 → 100755
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/*
* @package jsftp
* @copyright Copyright(c) 2011 Ajax.org B.V. <info AT ajax DOT org>
Expand Down

0 comments on commit b030d76

Please sign in to comment.