-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(readme): simple change to force new version release
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ pointer.set(obj, 1) // sets obj.foo = 1 | |
|
||
## Author | ||
|
||
(c) 2011-2020 Jan Lehnardt <[email protected]> & Marc Bachmann <https://github.com/marcbachmann> | ||
(c) 2011-2021 Jan Lehnardt <[email protected]> & Marc Bachmann <https://github.com/marcbachmann> | ||
|
||
Thanks to all contributors. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ | |
"standard": "^14.3.4" | ||
}, | ||
"standard": { | ||
"ignore": ["test.js"] | ||
"ignore": [ | ||
"test.js" | ||
] | ||
} | ||
} |