Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Oct 19, 2016
1 parent 622b2ec commit 4c9f25e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/formula.js
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ return /******/ (function(modules) { // webpackBootstrap

exports.nil = new Error('#NULL!');
exports.div0 = new Error('#DIV/0!');
exports.value = new Error('#VALUE?');
exports.value = new Error('#VALUE!');
exports.ref = new Error('#REF!');
exports.name = new Error('#NAME?');
exports.num = new Error('#NUM!');
Expand Down
2 changes: 1 addition & 1 deletion dist/formula.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formula.standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ return /******/ (function(modules) { // webpackBootstrap

exports.nil = new Error('#NULL!');
exports.div0 = new Error('#DIV/0!');
exports.value = new Error('#VALUE?');
exports.value = new Error('#VALUE!');
exports.ref = new Error('#REF!');
exports.name = new Error('#NAME?');
exports.num = new Error('#NUM!');
Expand Down
2 changes: 1 addition & 1 deletion dist/formula.standalone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Handsoncode <[email protected]>",
"name": "formulajs",
"description": "JavaScript implementation of most Microsoft Excel formula functions",
"version": "1.0.5",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "[email protected]:handsontable/formula.js.git"
Expand Down

0 comments on commit 4c9f25e

Please sign in to comment.