Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 27, 2020
1 parent dbf42cb commit fb1f629
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-compact
* description: Returns a copy of the array/object with all falsy values removed.
* homepage: https://github.com/afeiship/next-compact
* version: 1.0.0
* date: 2020-11-27 17:17:44
* version: 1.0.1
* date: 2020-11-27 17:18:27
* license: MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-compact
* description: Returns a copy of the array/object with all falsy values removed.
* homepage: https://github.com/afeiship/next-compact
* version: 1.0.0
* date: 2020-11-27 17:17:44
* version: 1.0.1
* date: 2020-11-27 17:18:27
* license: MIT
*/
!function(){function r(n){return!n||n&&0===n.length}var n=(this||window||Function("return this")()).nx||require("@jswork/next");n.compact=function(n,t){var o=t||r,e=[];return n.forEach(function(n){o(n)||e.push(n)}),e},"undefined"!=typeof module&&module.exports&&(module.exports=n.compact)}();
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-compact",
"version": "1.0.0",
"version": "1.0.1",
"description": "Returns a copy of the array/object with all falsy values removed.",
"homepage": "https://github.com/afeiship/next-compact",
"author": {
Expand Down Expand Up @@ -39,6 +39,7 @@
},
"keywords": [
"compact",
"next"
"next",
"array"
]
}

0 comments on commit fb1f629

Please sign in to comment.