Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Install react-mathjax-local
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Gragnic committed Aug 12, 2017
1 parent 84bcc9e commit d8ab681
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"webpack": "3.3.0",
"kinto": "9.0.2",
"auth0-js": "8.8.0",
"react-mathjax": "0.1.1",
"react-mathjax-local": "0.1.8",
"clubexpr": "0.2.0"
}
}
8 changes: 4 additions & 4 deletions public/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/main.js
Expand Up @@ -2,7 +2,7 @@ window.deps = {
'react' : require('react'),
'react-dom' : require('react-dom'),
'react-bootstrap' : require('react-bootstrap'),
'react-mathjax' : require('react-mathjax'),
'react-mathjax' : require('react-mathjax-local'),
'clubexpr' : require('clubexpr'),
'kinto' : require('kinto'),
'auth0' : require('auth0-js'),
Expand Down

0 comments on commit d8ab681

Please sign in to comment.