Skip to content

Commit

Permalink
Revert "upgrade mithril (0.2.1) and chessground (3.2.0)"
Browse files Browse the repository at this point in the history
This reverts commit 535f86b.
  • Loading branch information
ornicar committed Dec 21, 2015
1 parent 9fae69b commit 999823a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions ui/analyse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"game": "file:../game",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"lodash": "~3.7.0",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
2 changes: 1 addition & 1 deletion ui/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"watchify": "~3.1.1"
},
"dependencies": {
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
2 changes: 1 addition & 1 deletion ui/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"mithril": "0.2.2-rc.1",
"mithril": "github:ornicar/mithril.js#v1.0.0",
"numeral": "^1.5.3"
}
}
4 changes: 2 additions & 2 deletions ui/lobby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"mithril": "0.2.2-rc.1"
"chessground": "github:ornicar/chessground#v3.1.0",
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/opening/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"chessli.js": "file:../chessli",
"lodash": "~3.7.0",
"merge": "~1.2.0",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/puzzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"chessli.js": "file:../chessli",
"lodash": "~3.7.0",
"merge": "~1.2.0",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/round/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"game": "file:../game",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/simul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"game": "file:../game",
"lodash": "~3.7.0",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
4 changes: 2 additions & 2 deletions ui/tournament/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"watchify": "~3.1.1"
},
"dependencies": {
"chessground": "github:ornicar/chessground#v3.2.1",
"chessground": "github:ornicar/chessground#v3.1.0",
"game": "file:../game",
"lodash": "~3.7.0",
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}
2 changes: 1 addition & 1 deletion ui/tournamentSchedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"watchify": "~3.1.1"
},
"dependencies": {
"mithril": "0.2.2-rc.1"
"mithril": "github:ornicar/mithril.js#v1.0.0"
}
}

0 comments on commit 999823a

Please sign in to comment.