We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0287201 commit e34dc64Copy full SHA for e34dc64
1 file changed
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "binary-parser-encoder",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "Blazing-fast binary parser builder",
5
"main": "dist/binary_parser.js",
6
+ "types": "dist/binary_parser.d.ts",
7
"devDependencies": {
8
"mocha": "^6.2.2",
9
"nyc": "^14.1.1",
@@ -20,7 +21,8 @@
20
21
"prepare": "npm run build"
22
},
23
"files": [
- "dist/*.js"
24
+ "dist/*.js",
25
+ "dist/binary_parser.d.ts"
26
],
27
"keywords": [
28
"binary",
0 commit comments