We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29087e0 commit 22e161eCopy full SHA for 22e161e
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.7",
4
"description": "BinaryPack serialization for the web browser",
5
"homepage": "https://github.com/binaryjs/js-binarypack",
6
+ "main": "./dist/binarypack.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
@@ -11,7 +12,6 @@
11
12
"url": "git://github.com/binaryjs/js-binarypack.git"
13
14
"author": "Eric Zhang",
- "main": "index.js",
15
"bin": {
16
"js-binarypack": "build.js"
17
0 commit comments