Skip to content

Commit 9e67b23

Browse files
committed
1.0.2
1 parent 5f97ad4 commit 9e67b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "for-in",
33
"description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "https://github.com/jonschlinkert/for-in",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [

0 commit comments

Comments
 (0)