Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjohnson committed Apr 1, 2017
1 parent f98481c commit caa49df
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "xlsx-populate",
"version": "1.5.3",
"version": "1.5.4",
"description": "Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.",
"keywords": ["excel", "workbook", "xlsx", "parse", "generate", "populate", "template", "browser", "style", "formatting"],
"keywords": [
"excel",
"workbook",
"xlsx",
"parse",
"generate",
"populate",
"template",
"browser",
"style",
"formatting"
],
"main": "lib/XlsxPopulate.js",
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
Expand Down

0 comments on commit caa49df

Please sign in to comment.