Skip to content

Commit efcde8c

Browse files
committed
docs(description): Updated the plugin description and removed duplicate keys
1 parent b01841e commit efcde8c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embed-js",
33
"version": "3.0.0",
4-
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, maps, tweets, code and services.",
4+
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
55
"homepage": "http://rkritesh.in/embed.js",
66
"ignore": [
77
".jshintrc",
@@ -10,7 +10,6 @@
1010
"authors": [
1111
"Ritesh Kumar <rkritesh078@gmail.com>",
1212
],
13-
"description": "A jQuery plugin that analyses the string and automatically embeds emojis, media, maps, tweets, code and services.",
1413
"main": [
1514
"./dist/embed.js",
1615
"./dist/embed.css"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embed-js",
33
"version": "3.0.0",
4-
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, maps, tweets, code and services.",
4+
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
55
"keywords": [
66
"jquery-plugin",
77
"jquery",
@@ -11,7 +11,7 @@
1111
"emoticon",
1212
"jquery-embed"
1313
],
14-
"main": "./src/jquery.embed.js",
14+
"main": "./dist/embed.min.js",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/ritz078/embed.js.git"

0 commit comments

Comments
 (0)