Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Fix bower package name and version #239

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JayData",
"version": "1.3.5",
"name": "jaydata",
"version": "1.5.5",
"homepage": "http://jaydata.org",
"authors": ["Hajnalka Battancs <[email protected]>", "Dániel József", "János Roden", "László Horváth", "Peter Nochta <[email protected]>",
"Péter Zentai <[email protected]>", "Róbert Bónay <[email protected]>", "Szabolcs Czinege", "Viktor Borza <[email protected]>", "Viktor Lázár <[email protected]>",
Expand All @@ -10,5 +10,8 @@
"keywords": ["mobile data", "javascipt data", "local storage", "mobile platform", "html5", "html5 application", "html5 applications", "html5 local", "html5 local storage", "html5 mobile", "crossplatform mobile developement", "opensource mobile", "opensource data library", "html5 library", "hybrid mobile", "nodejs data",
"jadata","odata", "web api", "kendo ui", "sencha touch", "websql", "sqlite", "mongodb"
],
"license": "MIT"
"license": "MIT",
"ignore": [],
"dependencies": {},
"devDependencies": {}
}