Skip to content

Commit

Permalink
Update to CoffeeScript 2.4.7. #829
Browse files Browse the repository at this point in the history
  • Loading branch information
ccd0 committed Jul 19, 2019
1 parent 10f5f60 commit 06ba29a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"chrome-webstore-upload": "^0.2.2",
"coffeescript": "=1.12.7",
"coffeescript": "=2.4.1",
"esprima": "^4.0.1",
"font-awesome": "=4.7.0",
"jshint": "^2.10.2",
Expand Down
2 changes: 2 additions & 0 deletions src/meta/jshint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"esversion": 6,
"undef": true,
"unused": true,
"eqnull": true,
Expand All @@ -13,6 +14,7 @@
"-W084": true,
"-W083": true,
"-W093": true,
"-W032": true,
"globals": {
"MediaError": false,
"Set": false,
Expand Down

0 comments on commit 06ba29a

Please sign in to comment.