Skip to content

Commit

Permalink
Revert "bumping exercises"
Browse files Browse the repository at this point in the history
This reverts commit 70436f3.
  • Loading branch information
tfloxolodeiro committed Sep 25, 2023
1 parent 70436f3 commit 0be7054
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/utils/staticData/desafios.js
Original file line number Diff line number Diff line change
Expand Up @@ -3068,10 +3068,10 @@ export const desafios = [
nombre: 'NuevosComandosCapy',
escena: `new EscenaCapy("\
[A,-,L],\
[-,_,L],\
[-,_,_],\
[-,O,L],\
[-,O,O],\
[-,-,L],\
[L,_,L],\")`,
[L,O,L],\")`,
bloques: ['MoverACasillaDerecha', 'MoverACasillaIzquierda', 'MoverACasillaAbajo', 'MoverACasillaArriba', 'RecogerLata', 'Procedimiento'],
expectations: {
simpleRepetition: false,
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"creador-de-desafios-pilasbloques": "^1.0.1",
"mulang": "^6.0.5",
"pilas-bloques-ember-intl": "^1.1.2",
"pilas-bloques-exercises": "1.4.1",
"pilas-bloques-exercises": "1.3.1",
"pilasweb": "^0.5.0",
"proceds-blockly": "^1.1.0",
"ramda": "^0.28.0",
Expand Down
2 changes: 1 addition & 1 deletion public/pilas.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<head>
<script src="libs/pilasweb.js?v=0.5.0"></script>
<script src="libs/pilas-bloques-exercises.js?v=1.4.1"></script>
<script src="libs/pilas-bloques-exercises.js?v=1.2.24"></script>
</head>

</html>

0 comments on commit 0be7054

Please sign in to comment.