Skip to content

Commit b4ddcba

Browse files
committed
Release 1.1.3
1 parent 67946d7 commit b4ddcba

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timkit/json-to-php",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {
@@ -11,6 +11,17 @@
1111
},
1212
"author": "tinkit.dev",
1313
"license": "Apache-2.0",
14+
"keywords": [
15+
"json",
16+
"php",
17+
"convert",
18+
"json to php",
19+
"json to array",
20+
"json to object",
21+
"json to associative array",
22+
"json2php",
23+
"jsontophp"
24+
],
1425
"description": "Convert JSON strings into PHP-style associative arrays.",
1526
"devDependencies": {
1627
"@tsconfig/node20": "^20.1.5",

0 commit comments

Comments
 (0)