Skip to content

Commit f5910dd

Browse files
changing tags part to array
1 parent ac2d067 commit f5910dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"bugs": {
1717
"url": "https://github.com/mehanalavimajd/ajaxman/issues"
1818
},
19-
"tags":{
19+
"tags":[
2020
"ajax",
2121
"request",
2222
"frontend"
23-
},
23+
],
2424
"homepage": "https://github.com/mehanalavimajd/ajaxman#readme",
2525
"devDependencies": {
2626
"webpack": "^5.68.0",

0 commit comments

Comments
 (0)