2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-09 14:50:57 +00:00

reverted package.json to the one of main repository

This commit is contained in:
Sebastian Weyrauch 2016-07-27 07:55:36 +02:00
parent 2c81daeb01
commit b42125f9fe

View File

@ -1,14 +1,14 @@
{
"name": "swey-autocomplete",
"version": "1.2.26",
"name": "devbridge-autocomplete",
"version": "1.2.25",
"description": "Autocomplete provides suggestions while you type into the text field.",
"homepage": "https://github.com/swey/jQuery-Autocomplete",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/swey/jQuery-Autocomplete.git"
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
},
"dependencies": {
"jquery": ">=1.7"