Skip to content

Commit

Permalink
added diff-dependency for easier test-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
NDMarcel committed Mar 10, 2012
1 parent 3fb212d commit aa2405e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -9,5 +9,9 @@
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "test": "./test" },
"engines" : { "node": ">=0.4.0" }
"engines" : { "node": ">=0.4.0" },
"devDependencies" : { "diff": "~1.0.2" },
"scripts": {
"test": "make test"
}
}

0 comments on commit aa2405e

Please sign in to comment.