Skip to content

Commit

Permalink
Merge pull request #19 from peckadesign/draft-3.0
Browse files Browse the repository at this point in the history
Oprava bower.json
  • Loading branch information
zipper authored Sep 11, 2019
2 parents 0d8097e + b9165cd commit 6f52046
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
"PeckaDesign, s.r.o <support@peckadesign.cz>",
"Radek Šerý <radek.sery@peckadesign.cz>"
],
"main": "pdForms.js",
"main": "src/assets/pdForms.js",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7",
"nette-forms": "~2.4.0",
"nette.ajax.js": "^2.0.0"
}
},
"ignore": [
"src/DI",
"src/Exceptions",
"src/Validation",
"src/*.php",
"tests",
"**/.*",
"*.json",
"*.yml"
]
}

0 comments on commit 6f52046

Please sign in to comment.