Skip to content

Commit

Permalink
feat: Allow divide by 2
Browse files Browse the repository at this point in the history
Dividing by two is a common and semantically sound operation that should be possible using the numeric value directly.
  • Loading branch information
Edoardo Colombo committed Feb 25, 2016
1 parent 355432b commit 231bf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ module.exports = {
{
ignore: [
1,
2,
],
},
],
Expand Down

0 comments on commit 231bf15

Please sign in to comment.