Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim committed Apr 29, 2022
1 parent 1882895 commit d0b1f76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bench
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camelcase-object-deep",
"version": "1.1.6",
"version": "1.1.7",
"description": "Convert object keys recursivly to camelCase using lodash",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d0b1f76

Please sign in to comment.