Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mathjslab", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "MathJSLab - Interpreter with language syntax like MATLAB/Octave", | ||
@@ -5,0 +5,0 @@ "main": "dist/mathjslab.js", |
@@ -1,2 +0,2 @@ | ||
export { CharString } from './char-string'; | ||
export { CharString } from './char-string' | ||
export { Decimal } from 'decimal.js'; | ||
@@ -3,0 +3,0 @@ export { ComplexDecimal } from './complex-decimal'; |
@@ -30,4 +30,6 @@ import path from 'path'; | ||
output: { | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'mathjslab.js', | ||
path: path.resolve(__dirname, 'dist'), | ||
library: 'mathjslab', | ||
libraryTarget: 'umd', | ||
clean: true, | ||
@@ -34,0 +36,0 @@ }, |
Sorry, the diff of this file is too big to display
375802
4685