Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 12, 2021
1 parent dc7bd55 commit 6828cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ var getobject = require('getobject');
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282.
* 21/11/2013 - 0.1.0 Release.

## License
Copyright (c) 2013 "Cowboy" Ben Alman
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "lib/getobject",
"engines": {
"node": ">= 0.8.0"
"node": ">=10"
},
"scripts": {
"test": "grunt nodeunit"
Expand Down

0 comments on commit 6828cb9

Please sign in to comment.