Skip to content

Commit

Permalink
Merge pull request #3 from alexeyraspopov/patch-1
Browse files Browse the repository at this point in the history
fixed trailing comma
  • Loading branch information
IlanFrumer committed Sep 9, 2014
2 parents d315bb4 + b83828d commit bf074e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xJs.sublime-build
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"name": "Compile"
},{
"name": "Harmony",
"cmd": ["node", "--harmony", "--use-strict" ,"$file"],
"cmd": ["node", "--harmony", "--use-strict" ,"$file"]
}],
"windows" : {
"shell": true
}
}
}

0 comments on commit bf074e7

Please sign in to comment.