Skip to content

Commit 504e109

Browse files
Upgrade Package Version (#6)
1 parent ae13d76 commit 504e109

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmmunity/utils",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "Apache-2.0",
@@ -15,8 +15,14 @@
1515
"url": "git+https://github.com/techmmunity/utils.git"
1616
},
1717
"keywords": [
18-
"package",
19-
"keywords"
18+
"utils",
19+
"clean-obj",
20+
"object",
21+
"array",
22+
"lodash",
23+
"ramda",
24+
"empty-array",
25+
"empty-object"
2026
],
2127
"devDependencies": {
2228
"@techmmunity/eslint-config": "^5.0.4",

0 commit comments

Comments
 (0)