Skip to content

Commit 4554bbf

Browse files
committed
Only include production files in npm releases
1 parent c5da086 commit 4554bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "2.0.0-prerelease",
44
"description": "The assert module from Node.js, for the browser.",
55
"main": "build/assert.js",
6+
"files": [
7+
"build/assert.js",
8+
"build/internal"
9+
],
610
"license": "MIT",
711
"homepage": "https://github.com/browserify/commonjs-assert",
812
"repository": "browserify/commonjs-assert",

0 commit comments

Comments
 (0)