Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 21, 2020
1 parent ff73101 commit 6e00acb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Is null/undefined for next.
* homepage: https://github.com/afeiship/next-is-nil
* version: 1.0.0
* date: 2020-11-21 09:50:06
* date: 2020-11-21 09:53:28
* license: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Is null/undefined for next.
* homepage: https://github.com/afeiship/next-is-nil
* version: 1.0.0
* date: 2020-11-21 09:50:06
* date: 2020-11-21 09:53:28
* license: MIT
*/
!function(){var n=(this||window||Function("return this")()).nx||require("@jswork/next");n.isNil=function(n){return null==n},"undefined"!=typeof module&&module.exports&&(module.exports=n.isNil)}();
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,12 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
},
"keywords": [
"next",
"is",
"null",
"nil",
"undefind"
]
}

0 comments on commit 6e00acb

Please sign in to comment.