Skip to content

Commit

Permalink
minor bug in require
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed May 26, 2020
1 parent 5be9c07 commit e172912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-compiler",
"version": "0.5.1",
"version": "0.5.2",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/component.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { markdown } = require('markdown');
const { validator } = require('./utilities.js');
const { validator } = require('./utilities');
const _ = require('lodash');
const { flatten } = require('./utilities');

Expand Down

0 comments on commit e172912

Please sign in to comment.