@khanacademy/simple-markdown
Advanced tools
Comparing version 0.8.5 to 0.8.6
/* eslint-disable import/no-commonjs */ | ||
const path = require("path"); | ||
module.exports = { | ||
rules: { | ||
"import/no-extraneous-dependencies": "error", | ||
"import/no-extraneous-dependencies": [ | ||
"error", | ||
{packageDir: [__dirname, path.join(__dirname, "../../")]}, | ||
], | ||
}, | ||
}; |
# @khanacademy/simple-markdown | ||
## 0.8.6 | ||
### Patch Changes | ||
- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root | ||
- eeaa9010: Add more Flow typing to passage and passage-markdown widgets | ||
## 0.8.5 | ||
@@ -4,0 +11,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public" | ||
"@types/react-dom": ">=16.0.0", | ||
"perseus-build-settings": "^0.0.4", | ||
"perseus-build-settings": "^0.0.5", | ||
"size-limit": "^0.21.1", | ||
@@ -32,0 +32,0 @@ "typescript": "^3.6.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
602679
9365