Skip to content

Commit

Permalink
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -240,6 +240,8 @@ module.exports = (env) => {
// RedAgateSvgCanvas: object,
// RedAgateMath: object,
// RedAgate: object,
// React: object,
// ReactDom: object,
// components: object,
// highlightJs: object,
// markdownit: object,
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "menneu",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"description": "Component-based extensible document processor",
"keywords": [
"markdown",
2 changes: 2 additions & 0 deletions src/lib/cli.ts
Original file line number Diff line number Diff line change
@@ -271,6 +271,8 @@ export function getAppEnv(): any {
RedAgateSvgCanvas: require('red-agate-svg-canvas/modules'),
RedAgateMath: require('red-agate-math/modules'),
RedAgate: require('red-agate/modules'),
React: require('react'),
ReactDom: require('react-dom'),
components: Object.assign({}, components.components, components.extraComponents),
highlightJs: Markdown.highlightJs,
markdownit: Markdown.markdownit,

0 comments on commit 35dd376

Please sign in to comment.