mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Bumped version number to v1.2.1-SNAPSHOT
This commit is contained in:
parent
8e16cef441
commit
12bc095d2a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1-SNAPSHOT",
|
||||
"main": "./dist/math.min.js",
|
||||
"ignore": [
|
||||
"coverage",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "mathjs",
|
||||
"repo": "josdejong/mathjs",
|
||||
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1-SNAPSHOT",
|
||||
"main": "dist/math.min.js",
|
||||
"keywords": [
|
||||
"math",
|
||||
|
||||
1708
dist/math.js
vendored
1708
dist/math.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/math.map
vendored
2
dist/math.map
vendored
File diff suppressed because one or more lines are too long
16
dist/math.min.js
vendored
16
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
module.exports = '1.2.0';
|
||||
module.exports = '1.2.1-SNAPSHOT';
|
||||
// Note: This file is automatically generated when building math.js.
|
||||
// Changes made in this file will be overwritten.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1-SNAPSHOT",
|
||||
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
|
||||
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
|
||||
"contributors": [
|
||||
|
||||
@ -8,11 +8,11 @@ var gutil = require('gulp-util'),
|
||||
// names to ignore
|
||||
var ignore = [
|
||||
// functions not supported by the parser:
|
||||
'compile', 'parse', 'parser', 'select', 'print', 'config', 'in', 'create',
|
||||
'compile', 'parse', 'parser', 'chain', 'print', 'config', 'in', 'create',
|
||||
// private functions:
|
||||
'_divide',
|
||||
// deprecated functions:
|
||||
'workspace', 'unary', 'edivide', 'emultiply', 'epow', 'smallereq', 'largereq', 'ifElse'
|
||||
'workspace', 'unary', 'edivide', 'emultiply', 'epow', 'smallereq', 'largereq', 'ifElse', 'select'
|
||||
];
|
||||
|
||||
// test whether all functions are documented
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user