Skip to content

Commit ef50bce

Browse files
committed
Remove browser builds from npm package
1 parent f99e0ae commit ef50bce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"author": "Daniel Wirtz <[email protected]>",
55
"description": "The swiss army knife for binary data in JavaScript.",
66
"main": "dist/bytebuffer-node.js",
7-
"browser": "dist/bytebuffer.js",
8-
"files": [
9-
"dist/"
10-
],
7+
"files": [],
118
"repository": {
129
"type": "git",
1310
"url": "https://github.com/dcodeIO/bytebuffer.js.git"

0 commit comments

Comments
 (0)