Skip to content

Commit

Permalink
using formulajs@1.0.7 for a fixed version of MID
Browse files Browse the repository at this point in the history
  • Loading branch information
greyarch committed Mar 21, 2016
1 parent bb5931b commit 7583769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "testx-xlsx-parser",
"version": "0.6.0",
"version": "0.6.1",
"description": "Simple XLSX file parser for use with the testx library. Converts an XLSX sheet to testx test script (JSON)",
"main": "index.coffee",
"dependencies": {
"coffee-errors": "^0.8.6",
"formulajs": "^1.0.6",
"formulajs": "^1.0.7",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"q": "^1.4.1",
Expand Down

0 comments on commit 7583769

Please sign in to comment.