Skip to content

Commit 87f4e82

Browse files
author
CI/CD Bot
committed
version v0.0.9
1 parent 320e59a commit 87f4e82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "@1inch/byte-utils",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Contains helpers to work with bytes",
55
"author": "@1inch",
66
"license": "MIT",
77
"private": false,
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10-
"files": ["dist", "LICENSE", "README.md", "package.json"],
10+
"files": [
11+
"dist",
12+
"LICENSE",
13+
"README.md",
14+
"package.json"
15+
],
1116
"repository": {
1217
"type": "git",
1318
"url": "ssh://[email protected]:1inch/ts-byte-utils-lib.git"

0 commit comments

Comments
 (0)