@zushah/chalkboard 3.0.0 → 3.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zushah/chalkboard",
3
- "version": "3.0.0",
4
- "description": "A library at the intersection of pure mathematics and web engineering.",
3
+ "version": "3.0.2",
4
+ "description": "A library at the intersection of pure mathematics and web interactivity.",
5
5
  "main": "./dist/Chalkboard.js",
6
6
  "types": "./dist/Chalkboard.d.ts",
7
7
  "files": [
@@ -14,6 +14,8 @@
14
14
  "scripts": {
15
15
  "build": "tsc --project ./tsconfig.json && terser ./dist/Chalkboard.js --compress --mangle --output ./dist/Chalkboard.min.js",
16
16
  "test": "node --test ./test/*.test.js",
17
+ "dev": "npm run build && npm run test",
18
+ "restore": "git restore dist",
17
19
  "docs": "typedoc --options ./typedoc.json --favicon ./assets/favicon.png"
18
20
  },
19
21
  "devDependencies": {
@@ -34,7 +36,6 @@
34
36
  "complex",
35
37
  "diffeq",
36
38
  "geometry",
37
- "khan-academy",
38
39
  "mathematics",
39
40
  "matrix",
40
41
  "number",