Skip to content

Commit

Permalink
Merge pull request #4 from hckrnews/feature/fix-module-exports
Browse files Browse the repository at this point in the history
Add missing file
  • Loading branch information
w3nl authored Jul 7, 2021
2 parents cee6e1b + 164e032 commit 6a99e71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckrnews/arrays",
"version": "2.0.1",
"version": "2.0.2",
"description": "Usefull array helpers.",
"files": [
"src/helpers.js",
Expand All @@ -17,7 +17,8 @@
"src/modules/multisort.js",
"src/modules/random.js",
"src/modules/summ.js",
"src/modules/unique.js"
"src/modules/unique.js",
"src/modules/update.js"
],
"source": "src/helpers.js",
"main": "src/helpers.js",
Expand Down

0 comments on commit 6a99e71

Please sign in to comment.