Skip to content

Commit 0f2405f

Browse files
Merge pull request #30 from sramam/master
adding support for "browser" field, making inclusion in the browser more robust.
2 parents 8154cf1 + 8280727 commit 0f2405f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"release": "npm run upgrade && npm test && npm run bump && npm publish",
3434
"start": "npm run watch & http-server -o -c-1"
3535
},
36+
"browser": {
37+
"fs": false
38+
},
3639
"repository": {
3740
"type": "git",
3841
"url": "https://github.com/BigstickCarpet/json-schema-ref-parser.git"
@@ -69,4 +72,4 @@
6972
"ono": "^2.2.1",
7073
"z-schema": "^3.17.0"
7174
}
72-
}
75+
}

0 commit comments

Comments
 (0)