Skip to content

Commit 1b91ddc

Browse files
authored
Merge pull request #87 from node-oauth/release-4.1.1
release 4.1.1 -> master
2 parents 485147f + 2fa8a7f commit 1b91ddc

File tree

65 files changed

+1920
-1558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1920
-1558
lines changed

.eslintrc

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
"no-console": [
3535
"error"
3636
],
37+
"no-var": [
38+
"error"
39+
],
40+
"prefer-const": ["error", {
41+
"destructuring": "any",
42+
"ignoreReadBeforeAssign": false
43+
}],
3744
"no-unused-vars": [
3845
"error",
3946
{

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
## 4.1.1
4+
5+
### Added
6+
- Added TypeScript types
7+
### Changed
8+
- Removed extra files when someone npm installs.
9+
- Upgrades all code from ES5 to ES6, where possible.
10+
311
## 4.1.0
412
### Changed
513
* Bump dev dependencies to resolve vulnerabilities

0 commit comments

Comments
 (0)