Skip to content

Commit

Permalink
Update dependencies (#73)
Browse files Browse the repository at this point in the history
This updates `request`, a prod dependency, and development dependencies `grunt`, `grunt-contrib-jshint`, and `jest`.

There was also a newly-introduced JSHint linting error in `lib/class.js`, so I disabled JSHint for the whole file.

Fixes #72.
  • Loading branch information
EvanHahn authored and Kasra Kyanzadeh committed Oct 5, 2018
1 parent 98107af commit 2a8e95f
Show file tree
Hide file tree
Showing 3 changed files with 3,221 additions and 4,938 deletions.
2 changes: 1 addition & 1 deletion lib/class.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*jshint strict:false */
// jshint ignore: start

/* Simple JavaScript Inheritance
* By John Resig http://ejohn.org/
Expand Down
Loading

0 comments on commit 2a8e95f

Please sign in to comment.