@khanacademy/kas 0.2.4 → 0.2.6

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/.eslintrc.js ADDED
@@ -0,0 +1,6 @@
1
+ /* eslint-disable import/no-commonjs */
2
+ module.exports = {
3
+ rules: {
4
+ "import/no-extraneous-dependencies": "error",
5
+ },
6
+ };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @khanacademy/kas
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - bf180fe1: Fix our use of import/no-extraneous-dependencies
8
+
9
+ ## 0.2.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 98d283ff: Fix storybook
14
+
3
15
  ## 0.2.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A lightweight JavaScript CAS for comparing expressions and equations.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.2.4",
6
+ "version": "0.2.6",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -24,7 +24,7 @@
24
24
  "dependencies": {},
25
25
  "devDependencies": {
26
26
  "jison": "0.4.15",
27
- "perseus-build-settings": "^0.0.2",
27
+ "perseus-build-settings": "^0.0.4",
28
28
  "underscore": "1.4.4"
29
29
  },
30
30
  "peerDependencies": {