Skip to content

Commit 0c42411

Browse files
committed
fix: Update reinforcement-learning-2 to v1.17.2 (improved feedback for hold buttons)
1 parent 75df24a commit 0c42411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"remove-files": "rm ./dist/exhibit.html ./dist/embed.html",
1414
"watch:copy": "cpx './extras/**' './dist/' -vw",
1515
"watch:compile": "cd ./dist && npm run watch",
16-
"build": "rm -rf ./dist && degit github:IMAGINARY/reinforcement-learning-2#v1.17.0 --force dist && npm run copy-font && npm run remove-files && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .."
16+
"build": "rm -rf ./dist && degit github:IMAGINARY/reinforcement-learning-2#v1.17.2 --force dist && npm run copy-font && npm run remove-files && cp -R ./extras/. ./dist/. && cd ./dist && npm install && npm run build && cd .."
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)