Skip to content

Commit

Permalink
Another attempt to get the proper npm deployment from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 8, 2020
1 parent 5ccc38a commit 60364cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ deploy:
secure: iiJYaydsd6nypSMgjvQiTYIy+YF/oil5fqfVLmMkAQtykAqE5oS/HcJ6QxQa8DKHQCmNNhmUqMnD7H5jVhXGcbhEcx7dNxr7pXkrY2Vkyj8voYFIfZ05rwfaojQQPlPdrkwiLmAcUnz1v9gP20M6uVJrhVpBSe4bfHxSHbSUBjlRu4md8fXyA9cLJ3hu/QHV2ahjRDHL+axklCH8YFMW2bN7IRYALUaFeN6gZFWQvq6A4gT1zaFo0yTsej5z+PmyvDHYGzI1KfUioNa81KMWvSMIkRooJes2JrDFdo4HYXgYhZ/wb+7FLOJGeLLQejfQiVw+MS+7R+C6Ss/TcxddeBGg+x9+pZY4AvnVjuWfYW7WSh+iMZ1ujFE3xhqjVUI6WpowSfLK2lguY/8AZ1hKuWxnWw/UwCGcy6qOG0HMyE05mkl+VvPMITckkkeM/an4k7PeR+DY9L25Imp0jmpCyfk72KXMAEgVLAjnsy+l0EnZWK7oeYzDwEaw8HdOCmKKraRYFSetbqC+25g1iKc8ylTs1IxN7HXo0e0dTGSxwtU14L26GMHrC2pVsDdeR7+b5ll0C/6kevK794eQpzSEM50Addb1+fUJ3bn1y22H7OaglnJYxfuP44AYTENOn3fDJrIgcVG/yp273MImSYZiXL+xQBK8ZPEG5z36sH5/iAI=
on:
tags: true
skip_cleanup: true
2 changes: 1 addition & 1 deletion ts/components/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if (typeof global.MathJax === 'undefined') {
*/
if (!(global.MathJax as MathJaxObject).version) {
global.MathJax = {
version: '3.0.3',
version: '3.0.4',
_: {},
config: global.MathJax
};
Expand Down
2 changes: 1 addition & 1 deletion ts/mathjax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const mathjax = {
/**
* The MathJax version number
*/
version: '3.0.3',
version: '3.0.4',

/**
* The list of registers document handlers
Expand Down

0 comments on commit 60364cb

Please sign in to comment.