mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Bumped version number to 1.5.2-SNAPSHOT
This commit is contained in:
parent
8dccb60f30
commit
cb6f52ad8f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2-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.5.1",
|
||||
"version": "1.5.2-SNAPSHOT",
|
||||
"main": "dist/math.min.js",
|
||||
"keywords": [
|
||||
"math",
|
||||
|
||||
4
dist/math.js
vendored
4
dist/math.js
vendored
@ -6,7 +6,7 @@
|
||||
* It features real and complex numbers, units, matrices, a large set of
|
||||
* mathematical functions, and a flexible expression parser.
|
||||
*
|
||||
* @version 1.5.1
|
||||
* @version 1.5.2-SNAPSHOT
|
||||
* @date 2015-04-08
|
||||
*
|
||||
* @license
|
||||
@ -25303,7 +25303,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
||||
/* 170 */
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = '1.5.1';
|
||||
module.exports = '1.5.2-SNAPSHOT';
|
||||
// Note: This file is automatically generated when building math.js.
|
||||
// Changes made in this file will be overwritten.
|
||||
|
||||
|
||||
2
dist/math.map
vendored
2
dist/math.map
vendored
File diff suppressed because one or more lines are too long
4
dist/math.min.js
vendored
4
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
module.exports = '1.5.1';
|
||||
module.exports = '1.5.2-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.5.1",
|
||||
"version": "1.5.2-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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user