spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← Commit log
commit
message
fix: point to declaration file
author
Stephen Murphy <[email protected]>
date
2018-04-25 06:01:41
stats
1 file(s) changed, 2 insertions(+), 1 deletions(-)
files
package.json
 1diff --git a/package.json b/package.json
 2index 6593bf3..404994a 100644
 3--- a/package.json
 4+++ b/package.json
 5@@ -17,5 +17,6 @@
 6   },
 7   "devDependencies": {
 8     "typescript": "^2.3.2"
 9-  }
10+  },
11+  "types": "./dist/Sheet.d.ts"
12 }