Skip to content

Commit e34dc64

Browse files
committed
Added typescripts types definition in the distribution
1 parent 0287201 commit e34dc64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "binary-parser-encoder",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Blazing-fast binary parser builder",
55
"main": "dist/binary_parser.js",
6+
"types": "dist/binary_parser.d.ts",
67
"devDependencies": {
78
"mocha": "^6.2.2",
89
"nyc": "^14.1.1",
@@ -20,7 +21,8 @@
2021
"prepare": "npm run build"
2122
},
2223
"files": [
23-
"dist/*.js"
24+
"dist/*.js",
25+
"dist/binary_parser.d.ts"
2426
],
2527
"keywords": [
2628
"binary",

0 commit comments

Comments
 (0)