8000 Release 1.0.0 · afeiship/next-arrayify@b4fd50e · GitHub
[go: up one dir, main page]

Skip to content < 8000 span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis">

Commit b4fd50e

Browse files
committed
Release 1.0.0
1 parent 630174d commit b4fd50e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* description: Simpliy to array.
44
* homepage: https://github.com/afeiship/next-arrayify
55
* version: 1.0.0
6-
* date: 2020-11-21 10:16:30
6+
* date: 2020-11-21 10:17:10
77
* license: MIT
88
*/
99

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* description: Simpliy to array.
44
* homepage: https://github.com/afeiship/next-arrayify
55
* version: 1.0.0
6-
* date: 2020-11-21 10:16:30
6+
* date: 2020-11-21 10:17:10
77
* license: MIT
88
*/
99
!function(){var r=(this||window||Function("return this")()).nx||require("@jswork/next");r.arrayify=function(r){return null==r?[]:Array.isArray(r)?r:[r]},"undefined"!=typeof module&&module.exports&&(module.exports=r.arrayify)}();

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@
3636
"publishConfig": {
3737
"access": "public",
3838
"registry": "https://registry.npmjs.org"
39-
}
40-
}
39+
},
40+
"keywords": [
41+
"next",
42+
"to",
43+
"array",
44+
"arrayify"
45+
]
46+
}

0 commit comments

Comments
 (0)
0