Skip to content

Commit

Permalink
feat(readme): simple change to force new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Oct 31, 2021
1 parent a0345f3 commit 41cd0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"standard": "^14.3.4"
},
"standard": {
"ignore": ["test.js"]
"ignore": [
"test.js"
]
}
}

0 comments on commit 41cd0e3

Please sign in to comment.