Skip to content

Commit

Permalink
Merge pull request #30 from sramam/master
Browse files Browse the repository at this point in the history
adding support for "browser" field, making inclusion in the browser more robust.
  • Loading branch information
JamesMessinger authored Dec 4, 2016
2 parents 8154cf1 + 8280727 commit 0f2405f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"release": "npm run upgrade && npm test && npm run bump && npm publish",
"start": "npm run watch & http-server -o -c-1"
},
"browser": {
"fs": false
},
"repository": {
"type": "git",
"url": "https://github.com/BigstickCarpet/json-schema-ref-parser.git"
Expand Down Expand Up @@ -69,4 +72,4 @@
"ono": "^2.2.1",
"z-schema": "^3.17.0"
}
}
}

0 comments on commit 0f2405f

Please sign in to comment.