Skip to content

Commit f405b40

Browse files
committed
Fix Component and Bower support
1 parent 04d8a87 commit f405b40

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
"component"
88
],
99
"main": "jquery.js",
10-
"scripts": [
11-
"jquery.js"
12-
],
1310
"license": "MIT"
1411
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "jquery",
3+
"repo": "components/jquery",
34
"version": "2.0.0",
45
"description": "jQuery component",
56
"keywords": [
67
"jquery",
78
"component"
89
],
9-
"main": "jquery.js",
1010
"scripts": [
1111
"jquery.js"
1212
],

0 commit comments

Comments
 (0)