bonk-challanges 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -209,7 +209,7 @@ function MathChallenge({ colors, stylesConfig, onSolved, difficulty = 'intermedi
209
209
  setInput('');
210
210
  }, [problem.text]);
211
211
 
212
- const pad = ['1', '2', '3', '-', '4', '5', '6', '+', '7', '8', '9', 'i', 'C', '0', 'OK'];
212
+ const pad = ['-', '+', 'i', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C', '0', 'OK'];
213
213
 
214
214
  return React.createElement(
215
215
  View,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bonk-challanges",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {