Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
feat(ios10): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mderrier committed Jul 26, 2019
1 parent 7c9c413 commit e56e49b
Show file tree
Hide file tree
Showing 3 changed files with 921 additions and 5 deletions.
918 changes: 917 additions & 1 deletion dist/mathlive.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lls/mathlive",
"version": "0.29.0",
"version": "0.29.1",
"description": "Render and edit beautifully typeset math",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -44,15 +44,15 @@
"watch-test": "chokidar \"src/*.js\" -c \"npm run test -s\" ",
"coverage": "nyc npm run babel-node ./test/test.js && nyc report",
"coverage:report": "nyc report",
"prepare": "npm run dist",
"prepare": "npm-run-all -s dist babel",
"predocs": "echo Build docs...",
"docs": "jsdoc -c ./jsdoc.conf.json && echo docs.mathlive.io > docs/CNAME",
"watch-docs": "chokidar \"src/*.js\" \"tutorials/*.md\" \"examples/*.md\" -c \"npm run docs -s\"",
"prerollup": "echo Rollup...",
"rollup": "rollup --config",
"watch-rollup": "rollup --config --watch",
"dist": "npm-run-all -s clean build docs test",
"babel": "rm -rf dist && npm run rollup && npx babel src --out-dir dist"
"babel": "npx babel src --out-dir dist"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit e56e49b

Please sign in to comment.