Skip to content

Commit 41cd0e3

Browse files
committed
feat(readme): simple change to force new version release
1 parent a0345f3 commit 41cd0e3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pointer.set(obj, 1) // sets obj.foo = 1
3636

3737
## Author
3838

39-
(c) 2011-2020 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
39+
(c) 2011-2021 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
4040

4141
Thanks to all contributors.
4242

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"standard": "^14.3.4"
4242
},
4343
"standard": {
44-
"ignore": ["test.js"]
44+
"ignore": [
45+
"test.js"
46+
]
4547
}
4648
}

0 commit comments

Comments
 (0)