Skip to content

Commit

Permalink
package: fix comma first spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 22, 2012
1 parent 045edb7 commit 504ed82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,11 +9,11 @@
, "engines": { "node": ">=0.6.0" }
, "main": "./lib/ffi"
, "dependencies": {
"bindings": "*"
"bindings": "*"
}
, "devDependencies": {
"expect.js": "*"
, "mocha": ">= 0.10.x"
"expect.js": "*"
, "mocha": ">= 0.10.x"
}
, "scripts": {
"test": "mocha -gc --reporter spec"
Expand Down

0 comments on commit 504ed82

Please sign in to comment.