kids-math-generator 1.0.1 → 1.0.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ console.log(mixed.text, '→', mixed.answer);
26
26
 
27
27
  // Missing-operand (reverse) question example
28
28
  // For deterministic transformation, import the helper and a RNG
29
- import { makeMissingOperandQuestion, makeRng } from '@kids/math-generator';
29
+ import { makeMissingOperandQuestion, makeRng } from 'kids-math-generator';
30
30
 
31
31
  const base = generateQuestion({ grade: 6, operation: 'add', difficulty: 'hard', seed: 7 });
32
32
  const rng = makeRng(1); // deterministic helper RNG
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kids-math-generator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Math question generator for grades 1-6",
5
5
  "keywords": [
6
6
  "math",