Skip to content

Commit 650c742

Browse files
committed
update bower package main files
1 parent df7eedf commit 650c742

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

bower.json

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
{
2-
"name": "jquery-confirm2",
3-
"version": "3.1.0",
4-
"homepage": "https://github.com/craftpip/jquery-confirm",
5-
"authors": [
6-
"boniface pereira <[email protected]>"
7-
],
8-
"description": "A multipurpose alert and confirm plugin",
9-
"main": "dist/jquery-confirm.min.js",
10-
"keywords": [
11-
"jquery-plugin",
12-
"javascript",
13-
"confirm",
14-
"alert",
15-
"dialog"
16-
],
17-
"license": "MIT",
18-
"ignore": [
19-
"**/.*",
20-
"node_modules",
21-
"bower_components",
22-
"test",
23-
"tests"
24-
],
25-
"dependencies": {
26-
"jquery": ">=1.6"
27-
}
2+
"name": "jquery-confirm2",
3+
"version": "3.1.0",
4+
"homepage": "https://github.com/craftpip/jquery-confirm",
5+
"authors": [
6+
"boniface pereira <[email protected]>"
7+
],
8+
"description": "A multipurpose alert and confirm plugin",
9+
"main": [
10+
"js/jquery-confirm.js",
11+
"css/jquery-confirm.css"
12+
],
13+
"keywords": [
14+
"jquery-plugin",
15+
"javascript",
16+
"confirm",
17+
"alert",
18+
"dialog"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
],
28+
"dependencies": {
29+
"jquery": ">=1.6"
30+
}
2831
}

0 commit comments

Comments
 (0)