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 c5da086 commit 4554bbfCopy full SHA for 4554bbf
package.json
@@ -3,6 +3,10 @@
3
"version": "2.0.0-prerelease",
4
"description": "The assert module from Node.js, for the browser.",
5
"main": "build/assert.js",
6
+ "files": [
7
+ "build/assert.js",
8
+ "build/internal"
9
+ ],
10
"license": "MIT",
11
"homepage": "https://github.com/browserify/commonjs-assert",
12
"repository": "browserify/commonjs-assert",
0 commit comments