@khanacademy/perseus-linter 0.3.12 → 0.4.0
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/dist/es/index.js +1 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +25 -11
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/es/index.js
CHANGED
|
@@ -1768,7 +1768,7 @@ class Stack {
|
|
|
1768
1768
|
|
|
1769
1769
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
1770
1770
|
const libName = "@khanacademy/perseus-linter";
|
|
1771
|
-
const libVersion = "0.
|
|
1771
|
+
const libVersion = "0.4.0";
|
|
1772
1772
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
1773
1773
|
|
|
1774
1774
|
// Define the shape of the linter context object that is passed through the
|