Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: set version to 0.0.0 so first version can be 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Mar 1, 2020
1 parent c132ded commit 7f62a42
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/read-bigint-64-be/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/read-bigint-64-be/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-bigint-64-be",
"version": "0.0.1",
"version": "0.0.0",
"description": "👓💯 Read Signed Big-Endian BigInt from Buffer",
"keywords": [
"bigint",
Expand Down
2 changes: 1 addition & 1 deletion packages/read-bigint-64-le/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/read-bigint-64-le/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-bigint-64-le",
"version": "0.0.1",
"version": "0.0.0",
"description": "👓💯 Read Signed Little-Endian BigInt from Buffer",
"keywords": [
"bigint",
Expand Down
2 changes: 1 addition & 1 deletion packages/read-bigint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/read-bigint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-bigint",
"version": "0.0.1",
"version": "0.0.0",
"description": "👓💯 Read Unsigned/Signed Big/Little-Endian BigInt from Buffer",
"keywords": [
"bigint",
Expand Down Expand Up @@ -38,10 +38,10 @@
"prepare": "npm run build"
},
"dependencies": {
"read-bigint-64-be": "^0.0.1",
"read-bigint-64-le": "^0.0.1",
"read-biguint-64-be": "^0.0.1",
"read-biguint-64-le": "^0.0.1"
"read-bigint-64-be": "^0.0.0",
"read-bigint-64-le": "^0.0.0",
"read-biguint-64-be": "^0.0.0",
"read-biguint-64-le": "^0.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/read-biguint-64-be/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/read-biguint-64-be/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-biguint-64-be",
"version": "0.0.1",
"version": "0.0.0",
"description": "👓💯 Read Unsigned Big-Endian BigInt from Buffer",
"keywords": [
"bigint",
Expand Down
2 changes: 1 addition & 1 deletion packages/read-biguint-64-le/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/read-biguint-64-le/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-biguint-64-le",
"version": "0.0.1",
"version": "0.0.0",
"description": "👓💯 Read Unsigned Little-Endian BigInt from Buffer",
"keywords": [
"bigint",
Expand Down

0 comments on commit 7f62a42

Please sign in to comment.