Skip to content

Commit

Permalink
add unpkg field for UMD bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Aug 31, 2020
1 parent 836ed2c commit 93c181d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "./dist/snarkdown.es.js",
"modern": "./dist/snarkdown.modern.js",
"umd:main": "./dist/snarkdown.umd.js",
"unpkg": "./dist/snarkdown.umd.js",
"types": "./snarkdown.d.ts",
"scripts": {
"build": "microbundle",
Expand Down

0 comments on commit 93c181d

Please sign in to comment.