Skip to content

Commit d3e62d9

Browse files
author
Tomas Kirda
committed
Merge branch 'develop' into develop_update-jasmine
2 parents 3f71c72 + 51fc6a6 commit d3e62d9

10 files changed

+322
-130
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/.idea*
55
/*.xml
66
/bower_components
7+
/node_modules/*

bower.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "devbridge-autocomplete",
3-
"version": "1.2.9",
4-
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
5-
"authors": [
6-
"Tomas Kirda"
7-
],
8-
"description": "Autocomplete provides suggestions while you type into the text field.",
9-
"main": "dist/jquery.autocomplete.js",
10-
"keywords": [
11-
"ajax",
12-
"autocomplete"
13-
],
14-
"license": "MIT",
15-
"ignore": [
16-
"**/.*",
17-
"node_modules",
18-
"bower_components",
19-
"spec"
20-
],
21-
"dependencies": {
22-
"jquery": ">=1.7"
23-
}
24-
}
2+
"name": "devbridge-autocomplete",
3+
"version": "1.2.12",
4+
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
5+
"authors": [
6+
"Tomas Kirda"
7+
],
8+
"description": "Autocomplete provides suggestions while you type into the text field.",
9+
"main": "dist/jquery.autocomplete.js",
10+
"keywords": [
11+
"ajax",
12+
"autocomplete"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"spec"
20+
],
21+
"dependencies": {
22+
"jquery": ">=1.7"
23+
}
24+
}

devbridge-autocomplete.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ajax",
77
"autocomplete"
88
],
9-
"version": "1.2.9",
9+
"version": "1.2.12",
1010
"author": {
1111
"name": "Tomas Kirda",
1212
"url": "https://github.com/tkirda"
@@ -20,7 +20,7 @@
2020
"bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open",
2121
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
2222
"docs": "https://github.com/devbridge/jQuery-Autocomplete",
23-
"demo": "http://www.devbridge.com/projects/autocomplete/jquery/",
23+
"demo": "http://www.devbridge.com/sourcery/components/jquery-autocomplete/",
2424
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
2525
"dependencies": {
2626
"jquery": ">=1.7"

0 commit comments

Comments
 (0)