Skip to content

Commit 22e161e

Browse files
committed
Sync package.json
1 parent 29087e0 commit 22e161e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.7",
44
"description": "BinaryPack serialization for the web browser",
55
"homepage": "https://github.com/binaryjs/js-binarypack",
6+
"main": "./dist/binarypack.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
@@ -11,7 +12,6 @@
1112
"url": "git://github.com/binaryjs/js-binarypack.git"
1213
},
1314
"author": "Eric Zhang",
14-
"main": "index.js",
1515
"bin": {
1616
"js-binarypack": "build.js"
1717
},

0 commit comments

Comments
 (0)