Downgrade jQuery version to 1.x because latest version was breaking the flipper

This commit is contained in:
Andrea Gherardi 2017-01-16 15:27:29 +01:00
parent 6c12f3e327
commit 95431f8f32

View File

@ -1,12 +1,12 @@
{ {
"name": "turn.js", "name": "turn.js",
"version": "1.0.2", "version": "1.0.3",
"description": "Web page flipper", "description": "Web page flipper",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/igghera/turn.js.git", "repository": "https://github.com/igghera/turn.js.git",
"author": "Andrea Gherardi <a.gherardi@cantierecreativo.net>", "author": "Andrea Gherardi <a.gherardi@cantierecreativo.net>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"jquery": "^3.1.1" "jquery": "1.12.0"
} }
} }