Skip to content

Commit c877f86

Browse files
Change version
- add description
1 parent 6a4f659 commit c877f86

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-object-keys",
3-
"version": "0.1.0",
4-
"description": "",
3+
"version": "0.1.0-dev",
4+
"description": "Manage complex object keys in depth",
55
"author": {
66
"name": "João Paulo Moraes",
77
"email": "[email protected]",
@@ -37,7 +37,14 @@
3737
"test:watch": "jest --watch --maxWorkers=25%",
3838
"test:ci": "jest --runInBand"
3939
},
40-
"keywords": [],
40+
"keywords": [
41+
"json",
42+
"objects",
43+
"keys",
44+
"values",
45+
"remove",
46+
"replace"
47+
],
4148
"license": "MIT",
4249
"devDependencies": {
4350
"@babel/preset-typescript": "^7.21.0",

0 commit comments

Comments
 (0)