Skip to content

Commit

Permalink
Fix syntax error in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Jul 5, 2016
1 parent a7b910b commit cf6955d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,9 +19,9 @@
"graphviz",
"graph"
],
"engines": [
"engines": {
"node": ">=4.x.x"
],
},
"scripts": {
"test": "npm run lint && npm run mocha && npm run madge",
"mocha": "mocha test/*.js",
Expand Down

0 comments on commit cf6955d

Please sign in to comment.