Skip to content

Commit

Permalink
version bump 0.7.6-a: npm is flaky [ci skip]
Browse files Browse the repository at this point in the history
The original push showed up as failed, pushing again
  • Loading branch information
SheetJSDev committed Jun 5, 2014
1 parent 44b55c5 commit 87bbe63
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,6 +1,7 @@
test_files/
tests/files/
index.html
misc/coverage.html
misc/
node_modules
tmp
*.xlsx
2 changes: 1 addition & 1 deletion bits/01_version.js
@@ -1 +1 @@
XLSX.version = '0.7.6';
XLSX.version = '0.7.6-a';
2 changes: 1 addition & 1 deletion dist/xlsx.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xlsx.core.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xlsx.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xlsx.full.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xlsx.js
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion dist/xlsx.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xlsx.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -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" ],
Expand Down
2 changes: 1 addition & 1 deletion xlsx.js
Expand Up @@ -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');
Expand Down

0 comments on commit 87bbe63

Please sign in to comment.