Skip to content

Commit

Permalink
Merge pull request #523 from tmcw/unpkg-jsdelivr-fields
Browse files Browse the repository at this point in the history
Add unpkg and jsdelivr fields to point to browser build
  • Loading branch information
Vitaly Puzrin authored Nov 1, 2019
2 parents d9fe622 + b565e1a commit 3e93973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"unpkg": "dist/js-yaml.min.js",
"jsdelivr": "dist/js-yaml.min.js",
"dependencies": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
Expand Down

0 comments on commit 3e93973

Please sign in to comment.