Skip to content

Commit

Permalink
Úprava závislostí
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed Sep 11, 2019
1 parent 50abec6 commit 65d9707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"main": "pdForms.js",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7",
"nette-forms": "~2.3"
"jquery": ">=1.7.0",
"nette-forms": "^2.3.0",
"nette.ajax.js": "^2.0.0"
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pd-forms",
"title": "pdForms",
"description": "Customization of netteForms for use in PeckaDesign.",
"version": "2.0.0",
"version": "2.0.1",
"author": "PeckaDesign, s.r.o <support@peckadesign.cz>",
"contributors": [
"Radek Šerý <radek.sery@peckadesign.cz>",
Expand All @@ -24,7 +24,9 @@
"license": "MIT",
"homepage": "https://github.com/peckadesign/pdForms",
"dependencies": {
"jquery": ">=1.7"
"jquery": ">=1.7.0",
"nette-forms": "nette/forms#semver:^2.3.0",
"nette.ajax.js": "^2.0.0"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions src/assets/pdForms.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Radek Šerý <radek.sery@peckadesign.cz>
* @author Vít Kutný <vit.kutny@peckadesign.cz>
*
* @version 2.0.0
* @version 2.0.1
*
* - adds custom validation rules for optional rule (non-blocking errors, form can be still submitted)
* - changes some netteForms methods
Expand All @@ -31,7 +31,7 @@ var pdForms = pdForms || {};
/**
* Version
*/
pdForms.version = '2.0.0';
pdForms.version = '2.0.1';


/**
Expand Down

0 comments on commit 65d9707

Please sign in to comment.