version bump 1.1.0: pin dependencies
This commit is contained in:
parent
7fe46c8fa9
commit
43cef94e0a
@ -1 +1 @@
|
||||
CRC32.version = '1.0.2';
|
||||
CRC32.version = '1.1.0';
|
||||
|
@ -23,7 +23,7 @@ var CRC32;
|
||||
}
|
||||
/*jshint ignore:end */
|
||||
}(function(CRC32) {
|
||||
CRC32.version = '1.0.2';
|
||||
CRC32.version = '1.1.0';
|
||||
/*::
|
||||
type CRC32Type = number;
|
||||
type ABuf = Array<number> | Uint8Array | Buffer;
|
||||
|
2
crc32.js
2
crc32.js
@ -21,7 +21,7 @@ var CRC32;
|
||||
}
|
||||
/*jshint ignore:end */
|
||||
}(function(CRC32) {
|
||||
CRC32.version = '1.0.2';
|
||||
CRC32.version = '1.1.0';
|
||||
/* see perf/crc32table.js */
|
||||
/*global Int32Array */
|
||||
function signed_crc_table() {
|
||||
|
@ -21,7 +21,7 @@ var CRC32;
|
||||
}
|
||||
/*jshint ignore:end */
|
||||
}(function(CRC32) {
|
||||
CRC32.version = '1.0.2';
|
||||
CRC32.version = '1.1.0';
|
||||
/* see perf/crc32table.js */
|
||||
/*global Int32Array */
|
||||
function signed_crc_table() {
|
||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "crc-32",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"author": "sheetjs",
|
||||
"description": "Pure-JS CRC-32",
|
||||
"keywords": [ "crc32", "checksum", "crc" ],
|
||||
@ -9,12 +9,12 @@
|
||||
},
|
||||
"main": "./crc32",
|
||||
"dependencies": {
|
||||
"printj":"",
|
||||
"exit-on-epipe":""
|
||||
"printj":"~1.1.0",
|
||||
"exit-on-epipe":"~1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha":"",
|
||||
"codepage":""
|
||||
"mocha":"~2.5.3",
|
||||
"codepage":"~1.10.0"
|
||||
},
|
||||
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-crc32.git" },
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user