Skip to content

Commit 590f429

Browse files
committed
fix(bower): added missing comma in the file
1 parent 770c21f commit 590f429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "embed-js",
33
"version":"3.0.1",
44
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
5-
"main": [".dist/embed.min.css","./dist/embed.min.js"]
5+
"main": [".dist/embed.min.css","./dist/embed.min.js"],
66
"authors": [
77
"Ritesh Kumar <rkritesh078@gmail.com>"
88
],

0 commit comments

Comments
 (0)