Skip to content

Commit 2880148

Browse files
committed
fix(bower): unexpected token error
#59
1 parent c5276b3 commit 2880148

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

bower.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
22
"name": "embed-js",
3-
"version": "3.0.0",
3+
"version":"3.0.1",
44
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
5-
"homepage": "http://rkritesh.in/embed.js",
6-
"ignore": [
7-
".jshintrc",
8-
"**/*.txt"
9-
],
5+
"main": [".dist/embed.min.css","./dist/embed.min.js"]
106
"authors": [
11-
"Ritesh Kumar <rkritesh078@gmail.com>",
12-
],
13-
"main": [
14-
"./dist/embed.js",
15-
"./dist/embed.css"
7+
"Ritesh Kumar <rkritesh078@gmail.com>"
168
],
9+
"license": "MIT",
1710
"keywords": [
18-
"plugin",
11+
"JavaScript-plugin",
1912
"embed",
13+
"plugins",
14+
"JavaScript",
2015
"embed-js",
21-
"smiley",
22-
"javascript"
16+
"emoticon",
17+
"jquery-embed"
2318
],
24-
"license": "MIT"
19+
"homepage": "http://riteshkr.com/embed.js",
20+
"moduleType": [],
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"www/lib",
26+
"test",
27+
"tests"
28+
]
2529
}

package.json

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

0 commit comments

Comments
 (0)