mirror of
https://github.com/blasten/turn.js.git
synced 2025-05-02 15:56:39 +08:00
Downgrade jQuery version to 1.x because latest version was breaking the flipper
This commit is contained in:
parent
6c12f3e327
commit
95431f8f32
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user