Skip to content

Commit aa1e483

Browse files
committed
Added description to pkg
1 parent 7d1fb13 commit aa1e483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
3434
"prepareActionJest": "npm run build:prod"
3535
},
36-
"name": "array-to-object-keys"
36+
"name": "array-to-object-keys",
37+
"description": "Converts an array to an object where the keys are the array entries and the values are customizable in a function."
3738
}

0 commit comments

Comments
 (0)