Skip to content

Commit

Permalink
Merge branch 'Dash-Industry-Forum:development' into sschr/20250129_pr…
Browse files Browse the repository at this point in the history
…ops_MediaInfo
  • Loading branch information
stschr authored Jan 30, 2025
2 parents 33f29b2 + 87e1a26 commit 450e871
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"browser": "./dist/modern/umd/dash.all.min.js",
"script": "./dist/modern/umd/dash.all.min.js",
"require": "./dist/modern/umd/dash.all.min.js"
},
"./mss": {
"types": "./index.d.ts",
"import": "./dist/modern/esm/dash.mss.min.js",
"default": "./dist/modern/esm/dash.mss.min.js",
"browser": "./dist/modern/umd/dash.mss.min.js",
"script": "./dist/modern/umd/dash.mss.min.js",
"require": "./dist/modern/umd/dash.mss.min.js"
}
},
"type": "module",
Expand Down

0 comments on commit 450e871

Please sign in to comment.