Skip to content

Commit

Permalink
update version, remove heta
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 6, 2020
1 parent f4d8dd6 commit b074d8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "sbmlviewer",
"version": "0.2.5",
"version": "0.2.6",
"description": "The collection of transformation from SBML files into human readable formats",
"contributors": [
"Evgeny Metelkin",
Expand Down
2 changes: 2 additions & 0 deletions src/sbml-to-xhtml/index.js
Expand Up @@ -17,6 +17,7 @@ module.exports = function(parser){
let sbml3math = parser.parseFromString(sbml3mathText, 'application/xml');

return [
/*
{
format: 'SBML',
level: '2',
Expand All @@ -27,6 +28,7 @@ module.exports = function(parser){
compactForm: 'Do not display aux property'
}
},
*/
{
format: 'SBML',
level: '2',
Expand Down

0 comments on commit b074d8c

Please sign in to comment.