Skip to content

Commit 839e48b

Browse files
committed
npm ci workflow, retag version to v1.0
1 parent 5e40708 commit 839e48b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Live demo: https://zipack.github.io/#demo
44

5-
Zipack.js is an official encoder/decoder of [Zipack](https://zipack.github.io/) format using JavaScript.
5+
Zipack.js is an official encoder/decoder of [Zipack](https://zipack.github.io/) format using JavaScript with no dependencies.
66

77
# Install
88

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zipack",
3-
"version": "1.0.0",
3+
"version": "1.0",
44
"description": "",
55
"main": "zipack.js",
66
"scripts": {},
@@ -14,4 +14,4 @@
1414
"url": "https://github.com/zipack/zipack-javascript/issues"
1515
},
1616
"homepage": "https://github.com/zipack/zipack-javascript#readme"
17-
}
17+
}

zipack.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Version v1.0
3+
* 2020-06-26
4+
*/
5+
16
// The operands of all bitwise operators are converted to signed 32-bit integers in two's complement format, except for zero-fill right shift which results in an unsigned 32-bit integer.
27

38
const typeTable = Array.from({ length: 256 });

0 commit comments

Comments
 (0)