Skip to content

Commit

Permalink
Merge pull request #68 from laurentgoudet/laurent-add-browser-field
Browse files Browse the repository at this point in the history
Fix browser support by adding a browser entry in package.json
  • Loading branch information
korzio authored Sep 4, 2018
2 parents 455d6f4 + 62e9679 commit bb07cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.1.0",
"description": "dynamic json-schema validator",
"main": "lib/djv.js",
"browser": "djv.js",
"scripts": {
"build": "webpack",
"changelog": "generate-changelog",
Expand Down Expand Up @@ -46,7 +47,7 @@
"webpack": "^3.0.0"
},
"optionalDependencies": {
"@korzio/djv-draft-04": "^2.0.0"
"@korzio/djv-draft-04": "^2.0.1"
},
"spec_dir": "test",
"spec_files": [
Expand Down

0 comments on commit bb07cd5

Please sign in to comment.