version bump 0.7.6-a: npm is flaky [ci skip]

The original push showed up as failed, pushing again
This commit is contained in:
SheetJS 2014-06-05 03:25:49 -04:00
parent 44b55c5c56
commit 87bbe636d3
11 changed files with 12 additions and 11 deletions

@ -1,6 +1,7 @@
test_files/
tests/files/
index.html
misc/coverage.html
misc/
node_modules
tmp
*.xlsx

@ -1 +1 @@
XLSX.version = '0.7.6';
XLSX.version = '0.7.6-a';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/xlsx.js vendored

@ -2,7 +2,7 @@
/* vim: set ts=2: */
var XLSX = {};
(function(XLSX){
XLSX.version = '0.7.6';
XLSX.version = '0.7.6-a';
var current_codepage = 1252, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');

2
dist/xlsx.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/xlsx.min.map vendored

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "xlsx",
"version": "0.7.6",
"version": "0.7.6-a",
"author": "sheetjs",
"description": "Excel 2007+ spreadsheet (XLSB/XLSX/XLSM) parser and writer",
"keywords": [ "excel", "xlsx", "xlsb", "xlsm", "office", "spreadsheet" ],

@ -2,7 +2,7 @@
/* vim: set ts=2: */
var XLSX = {};
(function(XLSX){
XLSX.version = '0.7.6';
XLSX.version = '0.7.6-a';
var current_codepage = 1252, current_cptable;
if(typeof module !== "undefined" && typeof require !== 'undefined') {
if(typeof cptable === 'undefined') cptable = require('./dist/cpexcel');